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/simple.input')
-rw-r--r--node_modules/promzard/test/simple.input8
1 files changed, 8 insertions, 0 deletions
diff --git a/node_modules/promzard/test/simple.input b/node_modules/promzard/test/simple.input
new file mode 100644
index 000000000..e49def647
--- /dev/null
+++ b/node_modules/promzard/test/simple.input
@@ -0,0 +1,8 @@
+module.exports = {
+ "a": 1 + 2,
+ "b": prompt('To be or not to be?', '!2b'),
+ "c": {
+ "x": prompt(),
+ "y": tmpdir + "/y/file.txt"
+ }
+}