diff options
Diffstat (limited to 'test/treecmp1.lm')
-rw-r--r-- | test/treecmp1.lm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/treecmp1.lm b/test/treecmp1.lm index 23b41d51..c9666393 100644 --- a/test/treecmp1.lm +++ b/test/treecmp1.lm @@ -16,7 +16,7 @@ parse Input: four_ids[ stdin ] for Id: id in Input { if ( Id == B ) - print( B '\n' ) + print( B, '\n' ) } ##### IN ##### a b c d |