summaryrefslogtreecommitdiff
path: root/tests/031_xeval_replvar.test
diff options
context:
space:
mode:
authorKevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com>2019-05-03 13:24:09 -0700
committerRyan Dahl <ry@tinyclouds.org>2019-05-03 16:24:09 -0400
commit36081171323e266760db8bed2f31a6e3be7d8839 (patch)
tree6f4dc276656c7b119fc5efad5368e847f9cf7f19 /tests/031_xeval_replvar.test
parent401a5c021141d4ba5a71078b28f6daefcd1826a6 (diff)
feat(cli cmd): deno xeval (#2260)
Diffstat (limited to 'tests/031_xeval_replvar.test')
-rw-r--r--tests/031_xeval_replvar.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/031_xeval_replvar.test b/tests/031_xeval_replvar.test
new file mode 100644
index 000000000..ebadb6d28
--- /dev/null
+++ b/tests/031_xeval_replvar.test
@@ -0,0 +1,3 @@
+args: xeval -I val console.log(val.toUpperCase());
+input: a\nb\n\nc
+output: tests/031_xeval_replvar.out