aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/preprocess-macro-stringize-2.c1
-rw-r--r--test/preprocess-macro-stringize-2.pp1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/preprocess-macro-stringize-2.c b/test/preprocess-macro-stringize-2.c
index 81862b6..5631883 100644
--- a/test/preprocess-macro-stringize-2.c
+++ b/test/preprocess-macro-stringize-2.c
@@ -3,3 +3,4 @@ str(@)
str(12 x- 3
abc)
str('"' "\\")
+str( abc)
diff --git a/test/preprocess-macro-stringize-2.pp b/test/preprocess-macro-stringize-2.pp
index 1dad46c..975126d 100644
--- a/test/preprocess-macro-stringize-2.pp
+++ b/test/preprocess-macro-stringize-2.pp
@@ -1,3 +1,4 @@
"@"
"12 x- 3 abc"
"'\"' \"\\\\\""
+"abc"