leo/tests/expectations/parser/expression/literal/comment_fail.out

16 lines
990 B
Plaintext
Raw Normal View History

---
namespace: ParseExpression
expectation: Fail
outputs:
2022-07-20 21:19:00 +03:00
- "Error [EPAR0370015]: Empty block comment."
- "Error [EPAR0370016]: Block comment does not close with content: `/* test`."
2022-07-10 00:11:18 +03:00
- "Error [EPAR0370009]: unexpected string: expected 'expression', found '/'\n --> test:1:1\n |\n 1 | / /\n | ^"
2022-07-20 21:19:00 +03:00
- "Error [EPAR0370016]: Block comment does not close with content: `/*/`."
2022-07-10 00:11:18 +03:00
- "Error [EPAR0370009]: unexpected string: expected 'expression', found '*'\n --> test:1:1\n |\n 1 | */\n | ^"
2022-07-20 21:19:00 +03:00
- "Error [EPAR0370017]: Could not lex the following content: `🦀**/`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `🦀*/`.\n"
- "Error [EPAR0370016]: Block comment does not close with content: `/*🦀/`."
- "Error [EPAR0370016]: Block comment does not close with content: `/**🦀`."
- "Error [EPAR0370016]: Block comment does not close with content: `/*🦀`."
- "Error [EPAR0370016]: Block comment does not close with content: `/*/*`."