Add "." to comments. :)
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
IO.print("".count) // expect: 0
|
||||
IO.print("a string".count) // expect: 8
|
||||
|
||||
// 8-bit clean
|
||||
// 8-bit clean.
|
||||
IO.print("\0".count) // expect: 1
|
||||
IO.print("a\0b".count) // expect: 3
|
||||
IO.print("\0c".count) // expect: 2
|
||||
|
||||
Reference in New Issue
Block a user