diff options
Diffstat (limited to 'tests/031_xeval_replvar.test')
-rw-r--r-- | tests/031_xeval_replvar.test | 3 |
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 |