leo/tests/parser/expression/literal/char_parse.leo
2021-05-12 15:33:37 -04:00

12 lines
90 B
Plaintext

/*
namespace: ParseExpression
expectation: Pass
*/
'a'
'b'
'\"'
'\t'
'\r'
'\0'
'\u{2764}'