summaryrefslogtreecommitdiff
path: root/src/unicode_tests.zig
diff options
context:
space:
mode:
Diffstat (limited to 'src/unicode_tests.zig')
-rw-r--r--src/unicode_tests.zig1
1 files changed, 1 insertions, 0 deletions
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");
16comptime { 16comptime {
17 testing.refAllDecls(grapheme); 17 testing.refAllDecls(grapheme);
18} 18}
19
19test "Iterator.peek" { 20test "Iterator.peek" {
20 const peek_seq = "aΔ👨🏻‍🌾→"; 21 const peek_seq = "aΔ👨🏻‍🌾→";
21 const data = try Graphemes.init(std.testing.allocator); 22 const data = try Graphemes.init(std.testing.allocator);