summaryrefslogtreecommitdiff
path: root/test/nestedcomm.lm
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2012-05-21 10:45:28 -0400
committerAdrian Thurston <thurston@complang.org>2012-05-21 10:45:28 -0400
commitc50b00ab3df74ed589036919baffd4c6edc4a7de (patch)
tree0352c653397e682abcaf9966ed1759eb1ba4d154 /test/nestedcomm.lm
parent25981f4c11a04383a88dbba3e02f613c7976e73e (diff)
downloadcolm-c50b00ab3df74ed589036919baffd4c6edc4a7de.tar.gz
test cases updated for no-kid-flags and no-dup-ignors
Whitespace is shifting. Most of the updates involve triming whitespace where it was previously trimmed automatically.
Diffstat (limited to 'test/nestedcomm.lm')
-rw-r--r--test/nestedcomm.lm10
1 files changed, 6 insertions, 4 deletions
diff --git a/test/nestedcomm.lm b/test/nestedcomm.lm
index b1e6b2d9..f5ed3609 100644
--- a/test/nestedcomm.lm
+++ b/test/nestedcomm.lm
@@ -38,7 +38,9 @@ def nested [id*]
P: nested = parse nested( stdin )
-print( P )
-print_xml( P )
-print_xml_ac( P )
-print( P '\n' )
+print( ^P '\n' )
+print_xml( ^P )
+print( '\n' )
+print_xml_ac( ^P )
+print( '\n' )
+print( ^P '\n' )