moved hello.sl to tests
This commit is contained in:
1
tests/hello.expected
Normal file
1
tests/hello.expected
Normal file
@@ -0,0 +1 @@
|
||||
hello world
|
||||
6
tests/hello.sl
Normal file
6
tests/hello.sl
Normal file
@@ -0,0 +1,6 @@
|
||||
import stdlib/stdlib.sl
|
||||
import stdlib/io.sl
|
||||
|
||||
word main
|
||||
"hello world" puts
|
||||
end
|
||||
1
tests/hello.test
Normal file
1
tests/hello.test
Normal file
@@ -0,0 +1 @@
|
||||
python main.py tests/hello.sl -o /tmp/hello > /dev/null && /tmp/hello
|
||||
Reference in New Issue
Block a user