summaryrefslogtreecommitdiff
path: root/test/prism/errors/unterminated_for.txt
blob: 75978a7cae8e53801edbaf8ea456522f845755fc (plain)
1
2
3
4
5
for x in y
          ^ unexpected end-of-input; expected a 'do', newline, or ';' after the 'for' loop collection
          ^ unexpected end-of-input, assuming it is closing the parent top level context
^~~ expected an `end` to close the `for` loop