Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/promzard/test/exports.input')
-rw-r--r--node_modules/promzard/test/exports.input5
1 files changed, 5 insertions, 0 deletions
diff --git a/node_modules/promzard/test/exports.input b/node_modules/promzard/test/exports.input
new file mode 100644
index 000000000..061cbfe10
--- /dev/null
+++ b/node_modules/promzard/test/exports.input
@@ -0,0 +1,5 @@
+exports.a = 1 + 2
+exports.b = prompt('To be or not to be?', '!2b')
+exports.c = {}
+exports.c.x = prompt()
+exports.c.y = tmpdir + "/y/file.txt"