aboutsummaryrefslogtreecommitdiffstats
path: root/testcases
diff options
context:
space:
mode:
Diffstat (limited to 'testcases')
-rw-r--r--testcases13
1 files changed, 13 insertions, 0 deletions
diff --git a/testcases b/testcases
index 02c9dfe..fd81e02 100644
--- a/testcases
+++ b/testcases
@@ -210,3 +210,16 @@ gone
./cppawk --prepro-only -f testdir/program.cwk | grep BEGIN
:
BEGIN { print ((42) > (73) ? (42) : (73)) }
+--
+39:
+./cppawk --prepro-only 'foo
+
+bar
+
+baz' | ./cppawk '/foo/,/baz/'
+:
+foo
+
+bar
+
+baz