summaryrefslogtreecommitdiff
path: root/test/send1.lm
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2015-05-03 10:57:21 -0400
committerAdrian Thurston <thurston@complang.org>2015-05-03 10:57:21 -0400
commitd3e203a7afc9932547f9f6ed054cbfa077c2348f (patch)
tree0f5a103644e031855fee2159a03bb081b5ed54ff /test/send1.lm
parent95da2c03497492692f818c1b722712c420c1eee7 (diff)
downloadcolm-d3e203a7afc9932547f9f6ed054cbfa077c2348f.tar.gz
brought back the comma to param/arg lists
Diffstat (limited to 'test/send1.lm')
-rw-r--r--test/send1.lm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/send1.lm b/test/send1.lm
index a3293142..800df9f2 100644
--- a/test/send1.lm
+++ b/test/send1.lm
@@ -29,7 +29,7 @@ send_tree StartParser2
"a [Item2] c d\n" eos
print( StartParser1->tree )
-print( StartParser2->tree "\n" )
+print( StartParser2->tree, "\n" )
######### EXP #########
a b c d
NIL