Reorganize tests.
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
io.write("".count) // expect: 0
|
||||
io.write("a string".count) // expect: 8
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,2 @@
|
||||
io.write("".count) // expect: 0
|
||||
io.write("a string".count) // expect: 8
|
||||