summaryrefslogtreecommitdiff
path: root/test/prism/errors/unterminated_if_else.txt
blob: db7828cce8565e3a8d847e54ee625ae7ec197ec9 (plain)
1
2
3
4
5
if true
^~ expected an `end` to close the `else` clause
else
    ^ unexpected end-of-input, assuming it is closing the parent top level context