Add some whitespace variations to test 15.

This shows two minor failures in our current parsing (resulting in
whitespace-only changes, oso not that significant):

  1. We are inserting extra whitespace between tokens not originally
     separated by whitespace in the replacement list of a macro
     definition.

  2. We are swallowing whitespace separating tokens in the general
     content.
This commit is contained in:
Carl Worth 2010-05-13 10:41:53 -07:00
parent 0a93cbbe4f
commit 27bc8930ba

View file

@ -1,2 +1,4 @@
#define foo ( ) 1
foo()
#define bar () 2
bar( )