leo/tests/parser/expression/literal/char_fail.leo
2022-04-19 13:16:09 -07:00

60 lines
409 B
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
*/
'\'
\
'\
\n
'a
''
'\x
'\x7'
'\xz'
'\x9A'
'\x7g'
'\x80'
'\xc1'
'\xc2'
'\xDF'
'\xC0'
'\xe0'
'\x9f'
'abcdefg'
'\a'
'\z'
'\A'
'\Z'
'\1'
'\9'
'\*'
'\x'
'\u'
'\t\t'
'\uz'
'\u1'
'\u};
'🦀\n'
'\u123'
'🦀1🦀'
'\u6🦀}'
'\u{af🦀'
'\u{2764z'
'\u{276g}'
'\u9999999'
'\u00000000'
'\u01000000'
'\u{110000}'
'\u{1234567890}'
'\u{bbbbb}\u{aaaa}'
'😭😂😘'
''