diff tests/t26.c @ 145:a403605d3166

Fix handling of macros in quoted strings. Add some more tests; edit CHANGES a bit.
author David A. Holland
date Sat, 13 Jul 2013 14:19:59 -0400
parents ecec7c16e3ba
children
line wrap: on
line diff
--- a/tests/t26.c	Sat Jul 13 13:54:07 2013 -0400
+++ b/tests/t26.c	Sat Jul 13 14:19:59 2013 -0400
@@ -1,2 +1,4 @@
 #define FOO foo
+FOO
 "FOO"
+'FOO'