summaryrefslogtreecommitdiff
path: root/test/accumbt3.lm
diff options
context:
space:
mode:
Diffstat (limited to 'test/accumbt3.lm')
-rw-r--r--test/accumbt3.lm6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/accumbt3.lm b/test/accumbt3.lm
index 61d9a22c..2d666360 100644
--- a/test/accumbt3.lm
+++ b/test/accumbt3.lm
@@ -13,7 +13,7 @@ lex
token open_paren /'('/
{
parse_stop NC: nested_comment[ input ]
- print( 'discarding: ' NC '\n' )
+ print( 'discarding: ', NC, '\n' )
}
end
@@ -87,8 +87,8 @@ send AccumBt->NestedParser [] eos
Nested: nested = AccumBt->NestedParser->tree
print( '\n------------\n' )
-print( ^Nested '\n' )
-print( ^Two '\n' )
+print( ^Nested, '\n' )
+print( ^Two, '\n' )
##### IN #####
hello there ( (this is a nested comment /*sdf asd_++_stuff) ) and this is not ;