leo/tests/parser/expression/literal/string_parse.leo

26 lines
232 B
Plaintext
Raw Normal View History

/*
namespace: ParseExpression
expectation: Pass
*/
"string"
"another { } string"
"{ ] [ ; a"
2021-05-19 23:46:47 +03:00
"\u{FFA}"
"\u{afafa}"
"\u{afaf}"
"\u{afa}"
"\u{af}"
"\u{a}"
2021-05-19 23:46:47 +03:00
"\x0A"
2021-05-19 23:46:47 +03:00
2021-05-24 15:13:33 +03:00
"\x7F"
"aa \\ \" \n aa \t \r \0"
2021-05-25 20:49:26 +03:00
"test 😒€"
"😭😂😘"