mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-18 21:40:29 +00:00
fix typo
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user