summaryrefslogtreecommitdiff
path: root/test/prism/errors/unterminated_until.txt
blob: 42a0545200109b7ce657269b8c2c86a91989439c (plain)
1
2
3
4
5
until true
          ^ expected a predicate expression for the `until` statement
          ^ unexpected end-of-input, assuming it is closing the parent top level context
^~~~~ expected an `end` to close the `until` statement