summaryrefslogtreecommitdiff
path: root/tests/060-left-paren-in-macro-right-paren-in-text.c
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-05-28 15:15:59 -0700
committerCarl Worth <cworth@cworth.org>2010-05-28 15:15:59 -0700
commit614a9aece0888e7c8221ad2e8a231762442db794 (patch)
treedc8e450c4fdbd71fec44d75142466cb923026202 /tests/060-left-paren-in-macro-right-paren-in-text.c
parentb1249f69fd687441632c2d2e63618627ae9be442 (diff)
Add two more (failing) tests from the take-2 branch.
These tests were recently fixed on the take-2 branch, but will require additional work before they will pass here.
Diffstat (limited to 'tests/060-left-paren-in-macro-right-paren-in-text.c')
-rw-r--r--tests/060-left-paren-in-macro-right-paren-in-text.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/060-left-paren-in-macro-right-paren-in-text.c b/tests/060-left-paren-in-macro-right-paren-in-text.c
new file mode 100644
index 0000000000..ed80ea879c
--- /dev/null
+++ b/tests/060-left-paren-in-macro-right-paren-in-text.c
@@ -0,0 +1,3 @@
+#define double(a) a*2
+#define foo double(
+foo 5)