diff options
Diffstat (limited to 'src/unicode_tests.zig')
| -rw-r--r-- | src/unicode_tests.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unicode_tests.zig b/src/unicode_tests.zig index 8b9069a..1c4b888 100644 --- a/src/unicode_tests.zig +++ b/src/unicode_tests.zig | |||
| @@ -208,7 +208,7 @@ test "Segmentation GraphemeIterator" { | |||
| 208 | // std.debug.print("\nline {}: {s}\n", .{ line_no, all_bytes.items }); | 208 | // std.debug.print("\nline {}: {s}\n", .{ line_no, all_bytes.items }); |
| 209 | var iter = data.iterator(all_bytes.items); | 209 | var iter = data.iterator(all_bytes.items); |
| 210 | 210 | ||
| 211 | // Chaeck. | 211 | // Check. |
| 212 | for (want.items) |want_gc| { | 212 | for (want.items) |want_gc| { |
| 213 | const got_gc = (iter.next()).?; | 213 | const got_gc = (iter.next()).?; |
| 214 | try std.testing.expectEqualStrings( | 214 | try std.testing.expectEqualStrings( |