mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-21 08:31:33 +03:00
18 lines
130 B
Plaintext
18 lines
130 B
Plaintext
/*
|
|
namespace: Token
|
|
expectation: Pass
|
|
*/
|
|
|
|
'a'
|
|
'Z'
|
|
'\"'
|
|
'\t'
|
|
'\r'
|
|
'\0'
|
|
'\u{2764}'
|
|
'\u{306E}'
|
|
'\u{10FFFF}'
|
|
'❤'
|
|
'の'
|
|
'\x0F'
|
|
'\x2A' |