added ewrite_buf and eputs
This commit is contained in:
1
tests/eputs.expected
Normal file
1
tests/eputs.expected
Normal file
@@ -0,0 +1 @@
|
||||
hello stderr
|
||||
7
tests/eputs.sl
Normal file
7
tests/eputs.sl
Normal file
@@ -0,0 +1,7 @@
|
||||
import ../stdlib/stdlib.sl
|
||||
import ../stdlib/io.sl
|
||||
|
||||
word main
|
||||
"hello stderr" eputs
|
||||
0
|
||||
end
|
||||
1
tests/eputs.test
Normal file
1
tests/eputs.test
Normal file
@@ -0,0 +1 @@
|
||||
python main.py tests/eputs.sl -o /tmp/eputs > /dev/null && /tmp/eputs 2>&1
|
||||
Reference in New Issue
Block a user