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/accum1.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/accum1.lm')
-rw-r--r-- | test/accum1.lm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/accum1.lm b/test/accum1.lm index 186125a3..716bb20a 100644 --- a/test/accum1.lm +++ b/test/accum1.lm @@ -23,4 +23,4 @@ for Id: id in Input { S: start = Output() -print( S '\n' ) +print( S ) |