From c3157557a28e1d7f86efbf7907bc6e1defe89cc1 Mon Sep 17 00:00:00 2001 From: Sam Atman Date: Wed, 30 Apr 2025 20:54:03 -0400 Subject: Update Unicode version in README.md Lets me slip these in: Closes #12 Closes #14 --- src/unicode_tests.zig | 1 + 1 file changed, 1 insertion(+) (limited to 'src/unicode_tests.zig') diff --git a/src/unicode_tests.zig b/src/unicode_tests.zig index 1c4b888..2249007 100644 --- a/src/unicode_tests.zig +++ b/src/unicode_tests.zig @@ -16,6 +16,7 @@ const Normalize = @import("Normalize"); comptime { testing.refAllDecls(grapheme); } + test "Iterator.peek" { const peek_seq = "aΔ👨🏻‍🌾→"; const data = try Graphemes.init(std.testing.allocator); -- cgit v1.2.3