summaryrefslogtreecommitdiff
path: root/test/files/run/packrat3.check
blob: 8c10626751a6ab96f37f9d7eca6cd02eff6c9ecb (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
end of input