This website requires JavaScript.
Explore
Help
Sign In
AleoHQ
/
leo
Watch
1
Star
1
Fork
0
You've already forked leo
mirror of
https://github.com/AleoHQ/leo.git
synced
2024-12-21 00:21:47 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
eaf0a82154
leo
/
tests
/
parser
/
expression
/
literal
/
string_fail.leo
19 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
input string syntax
2021-05-23 00:57:05 +03:00
/*
namespace: Token
expectation: Fail
*/
added few more test cases for strings
2021-05-24 13:10:28 +03:00
"Hello world!
"\"
"\l"
"\uaaa"
"\u"
added max value for \x7F escape
2021-05-24 15:13:33 +03:00
"\xFF"
"\x"
Reference in New Issue
Copy Permalink