Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Unit tests for previous bugfix.
  • Loading branch information
icculus committed Nov 16, 2010
1 parent eb85571 commit 8431842
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions unit_tests/preprocessor/output/macro-args-with-whitespace
@@ -0,0 +1,3 @@
#define right( x ) x
right( RIGHT )

@@ -0,0 +1 @@
RIGHT
@@ -0,0 +1,3 @@
#define right( x , y ) x ## y
right( RI , GHT )

@@ -0,0 +1 @@
RIGHT

0 comments on commit 8431842

Please sign in to comment.