summaryrefslogtreecommitdiff
path: root/test/prism/errors/unterminated_if.txt
blob: 1697931773e1fa46dcdc9bccab979199454622d2 (plain)
1
2
3
4
5
if true
       ^ expected `then` or `;` or '\n'
       ^ unexpected end-of-input, assuming it is closing the parent top level context
^~ expected an `end` to close the conditional clause