summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/promzard/test/simple.input
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/promzard/test/simple.input')
-rw-r--r--deps/npm/node_modules/promzard/test/simple.input8
1 files changed, 8 insertions, 0 deletions
diff --git a/deps/npm/node_modules/promzard/test/simple.input b/deps/npm/node_modules/promzard/test/simple.input
new file mode 100644
index 0000000000..e49def6470
--- /dev/null
+++ b/deps/npm/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"
+ }
+}