This commit is contained in:
Jacob Sandlund
2026-01-23 08:48:16 -05:00
parent 2c32e167fe
commit 3b75d25e6c

View File

@@ -1442,7 +1442,7 @@ test "shape Bengali ligatures with out of order vowels" {
try testing.expectEqual(@as(u16, 0), cells[1].x);
// Whereas CoreText puts everything all into the first cell (see the
// coresponding test), HarfBuzz splits into three clusters.
// corresponding test), HarfBuzz splits into three clusters.
try testing.expectEqual(@as(u16, 1), cells[2].x);
try testing.expectEqual(@as(u16, 1), cells[3].x);
try testing.expectEqual(@as(u16, 2), cells[4].x);