repo.or.cz
/
antimony.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
rewrote tests written in voodoo in antimony
[antimony.git]
/
src
/
test
/
test_antimony_reader.sb
blob
5effc61cc0c40dfb25b7338c8dfcc1db4037f6cf
1
# Tests for Antimony reader.
2
3
loop {
4
var code = -1
5
do
6
set code read_antimony standard_input
7
while (ne code -1)
8
write_antimony code standard_output
9
write_newline_and_flush_stream standard_output
10
}