mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-12-19 16:21:45 +03:00
24 lines
202 B
Plaintext
24 lines
202 B
Plaintext
/*
|
|
namespace: ParseExpression
|
|
expectation: Pass
|
|
*/
|
|
|
|
"string"
|
|
|
|
"another { } string"
|
|
|
|
"{ ] [ ; a"
|
|
|
|
"\u{FFA}"
|
|
"\u{afafa}"
|
|
"\u{afaf}"
|
|
"\u{afa}"
|
|
"\u{af}"
|
|
"\u{a}"
|
|
|
|
"\x0A"
|
|
|
|
"\x7F"
|
|
|
|
"aa \\ \" \n aa \t \r \0"
|