mirror of
https://github.com/denisidoro/navi
synced 2024-11-22 11:33:10 +00:00
b6a5ac1495
Add integration tests
10 lines
No EOL
197 B
Text
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))" |