mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-23 02:01:54 +03:00
12 lines
1.0 KiB
Plaintext
12 lines
1.0 KiB
Plaintext
---
|
|
namespace: ParseStatement
|
|
expectation: Fail
|
|
outputs:
|
|
- "Error [EPAR0370009]: unexpected string: expected 'expression', found 'finalize'\n --> test:1:1\n |\n 1 | finalize(;\n | ^^^^^^^^"
|
|
- "Error [EPAR0370009]: unexpected string: expected 'expression', found 'finalize'\n --> test:1:1\n |\n 1 | finalize(foo, ,);\n | ^^^^^^^^"
|
|
- "Error [EPAR0370009]: unexpected string: expected 'expression', found 'finalize'\n --> test:1:1\n |\n 1 | finalize(foo, bar)\n | ^^^^^^^^"
|
|
- "Error [EPAR0370005]: expected ; -- found 'async'\n --> test:1:7\n |\n 1 | async async finalize(foo);\n | ^^^^^"
|
|
- "Error [EPAR0370009]: unexpected string: expected 'expression', found 'finalize'\n --> test:1:1\n |\n 1 | finalize;\n | ^^^^^^^^"
|
|
- "Error [EPAR0370005]: expected ; -- found 'finalize'\n --> test:1:6\n |\n 1 | asyn finalize(foo);\n | ^^^^^^^^"
|
|
- "Error [EPAR0370005]: expected finalize -- found 'fin'\n --> test:1:13\n |\n 1 | return then fin;\n | ^^^"
|