moved test scripts to new tests dir and made them executable

This commit is contained in:
Bob Polis
2020-09-21 10:45:06 +02:00
parent 749ae0faa7
commit 98602abb9e
4 changed files with 8 additions and 0 deletions

23
tests/hello Executable file
View File

@@ -0,0 +1,23 @@
#!/usr/bin/env curly
3
=cnt
\Hello, world!
enl
=hello
\
=result
:loop
$result
$hello
cat
=result
$cnt
dec
=cnt
$cnt
0
>loop
ggt
$result
out
end