summaryrefslogtreecommitdiff
path: root/test/prism/errors/block_beginning_with_brace_and_ending_with_end.txt
blob: 1184b38ce840df5644f8a7cbbf5897e30226b29b (plain)
1
2
3
4
5
x.each { x end
           ^~~ unexpected 'end', expecting end-of-input
           ^~~ unexpected 'end', ignoring it
       ^ expected a block beginning with `{` to end with `}`