summaryrefslogtreecommitdiff
path: root/test/prism/errors/match_plus.txt
blob: 5e349a96ad67df18faa4bf3c8bee7e4fb51ab1a6 (plain)
1
2
3
4
5
6
7
a in b + c
       ^ unexpected '+', expecting end-of-input
       ^ unexpected '+', ignoring it
a => b + c
       ^ unexpected '+', expecting end-of-input
       ^ unexpected '+', ignoring it