mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
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:
parent
0a93cbbe4f
commit
27bc8930ba
1 changed files with 2 additions and 0 deletions
|
|
@ -1,2 +1,4 @@
|
|||
#define foo ( ) 1
|
||||
foo()
|
||||
#define bar () 2
|
||||
bar( )
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue