Adding 8-bit strings test cases.

This commit is contained in:
Marco Lizza
2015-02-04 13:58:16 +01:00
parent abc43f18bc
commit d73b19967d
12 changed files with 71 additions and 0 deletions
+3
View File
@@ -1 +1,4 @@
IO.print("a" + "b") // expect: ab
// 8-bit clean
IO.print(("a\0b" + "\0c") == "a\0b\0c") // expect: true