diff options
author | Adrian Thurston <thurston@complang.org> | 2012-05-21 10:45:28 -0400 |
---|---|---|
committer | Adrian Thurston <thurston@complang.org> | 2012-05-21 10:45:28 -0400 |
commit | c50b00ab3df74ed589036919baffd4c6edc4a7de (patch) | |
tree | 0352c653397e682abcaf9966ed1759eb1ba4d154 /test/til.lm | |
parent | 25981f4c11a04383a88dbba3e02f613c7976e73e (diff) | |
download | colm-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/til.lm')
-rw-r--r-- | test/til.lm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/til.lm b/test/til.lm index 63b5ef86..3dfe8e5b 100644 --- a/test/til.lm +++ b/test/til.lm @@ -157,10 +157,10 @@ for S: statement* in P # with a do ... while. S = construct statement* [ "do - " [First] - " [Rest] - "while [Expr]; - Following] + " [^First] + " [^Rest] + "while [^Expr]; + ^Following] } } } |