ruby/test/prism/errors/conditional_predicate_closed.txt

7 lines
169 B
Plaintext

if 0 0; elsif 0 0; end
^ expected `then` or `;` or '\n'
^ expected `then` or `;` or '\n'
unless 0 0; end
^ expected `then` or `;` or '\n'