summaryrefslogtreecommitdiff
path: root/src/unicode_tests.zig (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-04-29All the std.mem.Allocators that were stored just for init and deinitGravatar lch3611-6/+6
methods were removed, mem.Allocators were added to deinit as arguments.
2024-11-02Add peek() to Grapheme.IteratorGravatar Sam Atman1-0/+26
This does the expected thing: returns the next ?Grapheme without mutation of the iteration state.
2024-11-02Replace deprecated uses of std.mem.splitGravatar Sam Atman1-8/+8
2024-04-02NormData init now takes pointer to uninitialized Self to avoid stack copy ↵Gravatar Jose Colon Rodriguez1-2/+3
issues.
2024-03-28Split out Unicode tests to separate fileGravatar Jose Colon Rodriguez1-0/+194