leo/tests/expectations/parser/expression/literal/char_fail.out
2022-07-28 14:14:25 -07:00

52 lines
3.6 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
namespace: Token
expectation: Fail
outputs:
- "Error [EPAR0370017]: Could not lex the following content: `'\\'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `\\`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `\\n`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'a`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `''`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\x`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\x7'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\xz'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\x9A'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\x7g'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\x80'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\xc1'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\xc2'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\xDF'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\xC0'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\xe0'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\x9f'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'abcdefg'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\a'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\z'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\A'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\Z'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\1'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\9'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\*'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\x'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\u'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\t\\t'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\uz'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\u1'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\u}`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'🦀\\n'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\u123'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'🦀1🦀'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\u6🦀}'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\u{af🦀'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\u{2764z'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\u{276g}'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\u9999999'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\u00000000'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\u01000000'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\u{110000}'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\u{1234567890}'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'\\u{bbbbb}\\u{aaaa}'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `'😭😂😘'`.\n"
- "Error [EPAR0370017]: Could not lex the following content: `''`.\n"