1
0
forked from Mirror/wren

Move codePointAt() to separate CodePointSequence class.

This commit is contained in:
Bob Nystrom
2015-09-11 07:56:01 -07:00
parent bda9ad880a
commit c0b5ec9f15
30 changed files with 202 additions and 76 deletions

View File

@ -12,4 +12,4 @@ IO.print("søméஃ".bytes.count) // expect: 9
IO.print("\0\0\0".bytes.count) // expect: 3
// Invalid UTF-8.
IO.print("\xef\x00".bytes.count) // expect: 2
IO.print("\xef\xf7".bytes.count) // expect: 2