mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-20 00:32:35 +03:00
25 lines
170 B
Plaintext
25 lines
170 B
Plaintext
/*
|
|
namespace: Token
|
|
expectation: Pass
|
|
*/
|
|
|
|
"{}"
|
|
" {} "
|
|
"{}d"
|
|
"{}D"
|
|
"d{}"
|
|
"D{}"
|
|
"D{}D"
|
|
"{}{}"
|
|
"D{}{}D"
|
|
"D{}{}"
|
|
"{}{}D"
|
|
"D{}D{}D"
|
|
"{{}}"
|
|
"}}"
|
|
"{{"
|
|
"}}{{"
|
|
"{{}"
|
|
"{}}"
|
|
"{"
|
|
"}" |