diff options
author | Carl Worth <cworth@cworth.org> | 2010-05-25 17:08:07 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2010-05-25 17:08:07 -0700 |
commit | e9397867ddce20a4263949f4b3a488fa99af3041 (patch) | |
tree | a73dde532681d25967a22bf29b11b5777449f3ac /tests | |
parent | f8ec4e0be86eee05f5a661a01864247fcd1a6b30 (diff) |
Collapse multiple spaces in input down to a single space.
This is what gcc does, and it's actually less work to do
this. Previously we were having to save the contents of space tokens
as a string, but we don't need to do that now.
We extend test #0 to exercise this feature here.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/000-content-with-spaces.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/000-content-with-spaces.c b/tests/000-content-with-spaces.c index a7fc918c90..696cb3a74f 100644 --- a/tests/000-content-with-spaces.c +++ b/tests/000-content-with-spaces.c @@ -1 +1 @@ -this is four tokens +this is four tokens |