mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-17 21:12:39 +00:00
pr feedback: get, remove todos for case_folding_simple
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user