leo/tests/expectations/parser/finalize/decrement_fail.out
2022-09-07 10:39:00 -07:00

11 lines
893 B
Plaintext

---
namespace: ParseStatement
expectation: Fail
outputs:
- "Error [EPAR0370005]: expected ( -- found '['\n --> test:1:10\n |\n 1 | decrement[foo, bar, baz];\n | ^"
- "Error [EPAR0370005]: expected , -- found ')'\n --> test:1:19\n |\n 1 | decrement(foo, bar);\n | ^"
- "Error [EPAR0370009]: unexpected string: expected 'identifier', found ')'\n --> test:1:11\n |\n 1 | decrement();\n | ^"
- "Error [EPAR0370005]: expected , -- found ')'\n --> test:1:15\n |\n 1 | decrement(floo)\n | ^"
- "Error [EPAR0370005]: expected ( -- found 'foo'\n --> test:1:11\n |\n 1 | decrement foo[bar] by baz;\n | ^^^"
- "Error [EPAR0370022]: Expression statements are not supported.\n --> test:1:1\n |\n 1 | decremet(foo, bar, baz);\n | ^^^^^^^^^^^^^^^^^^^^^^^^"