summaryrefslogtreecommitdiff
path: root/test/files/run/packrat3.check
diff options
context:
space:
mode:
Diffstat (limited to 'test/files/run/packrat3.check')
-rw-r--r--test/files/run/packrat3.check7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/files/run/packrat3.check b/test/files/run/packrat3.check
new file mode 100644
index 0000000000..4d84623ce6
--- /dev/null
+++ b/test/files/run/packrat3.check
@@ -0,0 +1,7 @@
+(((List(a, b)~())~List(a))~List(b, c))
+(((List(a, a, b, b)~())~List(a, a))~List(b, b, c, c))
+(((List(a, a, a, b, b, b)~())~List(a, a, a))~List(b, b, b, c, c, c))
+(((List(a, a, a, a, b, b, b, b)~())~List(a, a, a, a))~List(b, b, b, b, c, c, c, c))
+Expected failure
+``b'' expected but `c' found
+``c'' expected but EOF found