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
c107d26c93313162a28e86021a8f3261e1d63969
wren
/
test
/
string
/
literals.wren
T
3 lines
75 B
Plaintext
Raw
Normal View
History
Unescape
Escape
feat: add initial string literal tests covering empty and basic strings
2013-10-28 13:45:19 +00:00
io.write("".count) // expect: 0
io.write("a string") // expect: a string
Reference in New Issue
Copy Permalink