This website requires JavaScript.
Explore
Help
Sign In
ProvableHQ
/
leo
Watch
1
Star
1
Fork
0
You've already forked leo
mirror of
https://github.com/ProvableHQ/leo.git
synced
2024-12-20 00:32:35 +03:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a3416c1e3e
leo
/
tests
/
parser
/
expression
/
literal
/
string_fail.leo
21 lines
100 B
Plaintext
Raw
Normal View
History
Unescape
Escape
input string syntax
2021-05-23 00:57:05 +03:00
/*
namespace: Token
expectation: Fail
*/
console.log refactor, concat test... has asg or TIPhase reducer bug
2021-05-23 04:15:07 +03:00
""
input string syntax
2021-05-23 00:57:05 +03:00
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