String literal tests.

This commit is contained in:
Bob Nystrom
2013-10-28 06:45:19 -07:00
parent 95fb0863d9
commit f5d9908346

View File

@ -0,0 +1,4 @@
io.write("".count) // expect: 0
io.write("a string") // expect: a string
// TODO(bob): Escapes.