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

16 lines
120 B
Plaintext
Raw Normal View History

2021-05-12 22:33:37 +03:00
/*
namespace: ParseExpression
expectation: Pass
*/
'a'
2021-05-13 21:33:01 +03:00
'Z'
2021-05-12 22:33:37 +03:00
'\"'
'\t'
'\r'
'\0'
2021-05-13 21:33:01 +03:00
'\u{2764}'
'\u{306E}'
'❤'
'の'
2021-05-14 20:07:54 +03:00
'\x2A'