2022-03-03 01:13:37 +03:00
|
|
|
---
|
|
|
|
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: `/*/*`."
|