This website requires JavaScript.
Explore
Help
Register
Sign In
retoor
/
wren
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
d332eed04887832b38501738736283c95b4216a1
wren
/
test
/
string_literals.wren
T
5 lines
99 B
Plaintext
Raw
Normal View
History
Unescape
Escape
String literal tests.
2013-10-28 06:45:19 -07:00
io.write("".count) // expect: 0
io.write("a string") // expect: a string
// TODO(bob): Escapes.
Reference in New Issue
Copy Permalink