mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-02 10:14:53 +03:00
10 lines
699 B
Plaintext
10 lines
699 B
Plaintext
---
|
|
namespace: ParseExpression
|
|
expectation: Fail
|
|
outputs:
|
|
- "Error [EPAR0370009]: unexpected string: expected 'expression', found '['\n --> test:1:1\n |\n 1 | [,]\n | ^"
|
|
- "Error [EPAR0370009]: unexpected string: expected 'expression', found '['\n --> test:1:1\n |\n 1 | [,,]\n | ^"
|
|
- "Error [EPAR0370009]: unexpected string: expected 'expression', found '['\n --> test:1:1\n |\n 1 | [0,,]\n | ^"
|
|
- "Error [EPAR0370009]: unexpected string: expected 'expression', found '['\n --> test:1:1\n |\n 1 | [,0]\n | ^"
|
|
- "Error [EPAR0370009]: unexpected string: expected 'expression', found '['\n --> test:1:1\n |\n 1 | [,0,]\n | ^"
|