summaryrefslogtreecommitdiff
path: root/src/unicode_tests.zig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add peek() to Grapheme.IteratorGravatar Sam Atman2024-11-021-0/+26
| | | | | This does the expected thing: returns the next ?Grapheme without mutation of the iteration state.
* Replace deprecated uses of std.mem.splitGravatar Sam Atman2024-11-021-8/+8
|
* NormData init now takes pointer to uninitialized Self to avoid stack copy ↵Gravatar Jose Colon Rodriguez2024-04-021-2/+3
| | | | issues.
* Split out Unicode tests to separate fileGravatar Jose Colon Rodriguez2024-03-281-0/+194