pr feedback: get, remove todos for case_folding_simple

This commit is contained in:
Jacob Sandlund
2025-09-19 01:24:13 -04:00
parent 4fc8faa01e
commit cf3b514efc
8 changed files with 9 additions and 18 deletions

View File

@@ -35,7 +35,7 @@ test "codepointWidth basic" {
// const uu = if (cp > uucode.config.max_code_point)
// 1
// else
// uucode.getX(.width, @intCast(cp));
// uucode.get(.width, @intCast(cp));
// if (simd != uu) mismatch: {
// if (cp == 0x2E3B) {
// try testing.expectEqual(@as(i8, 2), simd);