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
7fe60499db0cad3393f25131619fc289c3c5ba54
wren
/
test
/
string
/
literals.wren
T
3 lines
75 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
Reference in New Issue
Copy Permalink