leo/tests/expectations/parser/statement/conditional_fail.out

6 lines
202 B
Plaintext
Raw Normal View History

2021-07-09 22:15:29 +03:00
---
namespace: ParseStatement
expectation: Fail
outputs:
2022-07-10 00:11:18 +03:00
- "Error [EPAR0370005]: expected : -- found '='\n --> test:1:23\n |\n 1 | if true {} else let x = 2;\n | ^"