mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-12 22:58:40 +01:00
Move codePointAt() to separate CodePointSequence class.
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user