rewrote tests written in voodoo in antimony
[antimony.git] / src / test / test_antimony_reader.sb
blob5effc61cc0c40dfb25b7338c8dfcc1db4037f6cf
1 # Tests for Antimony reader.
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