summaryrefslogtreecommitdiff
path: root/test/til.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/til.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/til.lm')
-rw-r--r--test/til.lm8
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]
}
}
}