leo/tests/parser/expression/literal/string.leo

28 lines
226 B
Plaintext
Raw Normal View History

2021-05-25 20:49:26 +03:00
/*
namespace: Token
expectation: Pass
*/
2021-07-21 00:52:35 +03:00
""
2021-05-25 20:49:26 +03:00
"string"
"another { } string"
"{ ] [ ; a"
"\u{FFA}"
"\u{afafa}"
"\u{afaf}"
"\u{afa}"
"\u{af}"
"\u{a}"
"\x0A"
"\x7F"
"aa \\ \" \n aa \t \r \0"
"test 😒€"
"😭😂😘"