leo/tests/parser/expression/literal/char_parse.leo

12 lines
90 B
Plaintext
Raw Normal View History

2021-05-12 22:33:37 +03:00
/*
namespace: ParseExpression
expectation: Pass
*/
'a'
'b'
'\"'
'\t'
'\r'
'\0'
'\u{2764}'