mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 06:08:41 +01:00
String literal tests.
This commit is contained in:
4
test/string_literals.wren
Normal file
4
test/string_literals.wren
Normal file
@ -0,0 +1,4 @@
|
||||
io.write("".count) // expect: 0
|
||||
io.write("a string") // expect: a string
|
||||
|
||||
// TODO(bob): Escapes.
|
||||
Reference in New Issue
Block a user