Add "." to comments. :)
This commit is contained in:
@@ -22,7 +22,7 @@ IO.print("true" != true) // expect: true
|
||||
IO.print("vålue" == "value") // expect: false
|
||||
IO.print("vålue" == "vålue") // expect: true
|
||||
|
||||
// 8-bit clean
|
||||
// 8-bit clean.
|
||||
IO.print("a\0b\0c" == "a") // expect: false
|
||||
IO.print("a\0b\0c" == "abc") // expect: false
|
||||
IO.print("a\0b\0c" == "a\0b\0c") // expect: true
|
||||
|
||||
Reference in New Issue
Block a user