diff options
| author | 2025-05-15 15:21:59 -0400 | |
|---|---|---|
| committer | 2025-05-15 15:23:08 -0400 | |
| commit | 38a84e19e2964552a166b857e9c5519d38fb8316 (patch) | |
| tree | 0407541f02b11538d0788087cfd65580eb540727 | |
| parent | Update NEWS.md (diff) | |
| download | zg-38a84e19e2964552a166b857e9c5519d38fb8316.tar.gz zg-38a84e19e2964552a166b857e9c5519d38fb8316.tar.xz zg-38a84e19e2964552a166b857e9c5519d38fb8316.zip | |
Update README.mdv0.14.0-rc3
Fixes #55
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -82,6 +82,7 @@ test "Code point iterator" { | |||
| 82 | // The `offset` field is the byte offset in the | 82 | // The `offset` field is the byte offset in the |
| 83 | // source string. | 83 | // source string. |
| 84 | try expect(cp.offset == 3); | 84 | try expect(cp.offset == 3); |
| 85 | try expectEqual(code_point.CodePoint, code_point.decodeAtIndex(str, cp.offset)); | ||
| 85 | 86 | ||
| 86 | // The `len` field is the length in bytes of the | 87 | // The `len` field is the length in bytes of the |
| 87 | // code point in the source string. | 88 | // code point in the source string. |