0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-10-31 09:14:20 -04:00
denoland-deno/tests/031_xeval_replvar.test

4 lines
104 B
Text
Raw Normal View History

2019-05-03 16:24:09 -04:00
args: xeval -I val console.log(val.toUpperCase());
input: a\nb\n\nc
output: tests/031_xeval_replvar.out