Add some whitespace variations to test 15.
authorCarl Worth <cworth@cworth.org>
Thu, 13 May 2010 17:41:53 +0000 (10:41 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 14 May 2010 16:20:13 +0000 (09:20 -0700)
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.

tests/015-define-object-with-parens.c

index 7dcadfa24fd8c7b148ae4ab9021aade3f2240276..10bf7e31a34126cce9c8bfbb9d216090be6d9004 100644 (file)
@@ -1,2 +1,4 @@
 #define foo ( ) 1
 foo()
+#define bar () 2
+bar( )