From 85b50e840d969c4d9ebcfcc3df1df7a95e07e34e Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Thu, 27 May 2010 14:01:18 -0700 Subject: Add placeholder tokens to support pasting with empty arguments. Along with a passing test to verify that this works. --- tests/058-token-pasting-empty-arguments.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 tests/058-token-pasting-empty-arguments.c (limited to 'tests') diff --git a/tests/058-token-pasting-empty-arguments.c b/tests/058-token-pasting-empty-arguments.c new file mode 100644 index 0000000000..8ac260c76b --- /dev/null +++ b/tests/058-token-pasting-empty-arguments.c @@ -0,0 +1,5 @@ +#define paste(x,y) x ## y +paste(a,b) +paste(a,) +paste(,b) +paste(,) -- cgit v1.2.3