navi/test/playground.cheat
Denis Isidoro b6a5ac1495 Improve test coverage (#84)
Add integration tests
2019-09-27 15:12:55 -03:00

10 lines
No EOL
197 B
Text

% test, playground
# this should be the first test. single and double quotes + newlines
echo <x> <y>
# return a constant number
echo 42
$ x: echo -e '2\n3\n4'
$ y: echo -e "$((x+10))\n$((x+20))"