mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-18 05:20:29 +00:00
fix comment
This commit is contained in:
@@ -22,7 +22,7 @@ test "codepointWidth basic" {
|
||||
try testing.expectEqual(@as(i8, 2), codepointWidth(0xF900)); // 豈
|
||||
try testing.expectEqual(@as(i8, 2), codepointWidth(0x20000)); // 𠀀
|
||||
try testing.expectEqual(@as(i8, 2), codepointWidth(0x30000)); // 𠀀
|
||||
// try testing.expectEqual(@as(i8, 1), @import("uucode").get(.wcwidth, 0x100));
|
||||
// try testing.expectEqual(@as(i8, 1), @import("uucode").get(.width, 0x100));
|
||||
}
|
||||
|
||||
// This is not very fast in debug modes, so its commented by default.
|
||||
|
||||
Reference in New Issue
Block a user