mirror of
https://github.com/ProvableHQ/leo.git
synced 2025-01-01 14:42:10 +03:00
18 lines
140 B
Plaintext
18 lines
140 B
Plaintext
/*
|
|
namespace: ParseExpression
|
|
expectation: Pass
|
|
*/
|
|
|
|
'a'
|
|
'Z'
|
|
'\"'
|
|
'\t'
|
|
'\r'
|
|
'\0'
|
|
'\u{2764}'
|
|
'\u{306E}'
|
|
'\u{10FFFF}'
|
|
'❤'
|
|
'の'
|
|
'\x0F'
|
|
'\x2A' |