summaryrefslogtreecommitdiff
path: root/test/files/run/packrat3.check
blob: 4d84623ce66720e2226c55d04a8e0f6f39f20c3b (plain) (blame)
1
2
3
4
5
6
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