leo/tests/parser/expression/literal/char_fail.leo

16 lines
93 B
Plaintext
Raw Normal View History

2021-05-12 22:33:37 +03:00
/*
namespace: ParseExpression
expectation: Fail
*/
'\'
'a
''
2021-05-14 20:07:54 +03:00
'\x9'
'\x80'
'\u{9999999}'