summaryrefslogtreecommitdiff
path: root/test/prism/errors/unterminated_block_do_end.txt
blob: 0b7c64965fd162b74af33f824b8b5254c0ab1b97 (plain)
1
2
3
4
foo do
      ^ unexpected end-of-input, assuming it is closing the parent top level context
    ^~ expected a block beginning with `do` to end with `end`