mirror of
https://github.com/AleoHQ/leo.git
synced 2024-12-21 08:31:33 +03:00
28 lines
243 B
Plaintext
28 lines
243 B
Plaintext
/*
|
|
namespace: Token
|
|
expectation: Fail
|
|
*/
|
|
|
|
'\'
|
|
|
|
'a
|
|
|
|
''
|
|
|
|
'\x9'
|
|
|
|
'abcdefg'
|
|
|
|
'\t\t'
|
|
|
|
'\u{bbbbb}\u{aaaa}'
|
|
|
|
'\u123'
|
|
|
|
'\u1' // should error
|
|
'\u00000000' // should error
|
|
'\u01000000' // should error
|
|
'\u9999999' // should error
|
|
|
|
'😭😂😘'
|