Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion harfbuzz
Submodule harfbuzz updated 170 files
17 changes: 0 additions & 17 deletions tests/test_uharfbuzz.py
Original file line number Diff line number Diff line change
Expand Up @@ -1187,17 +1187,10 @@ def message(msg):
expected_messages = [
"start table GSUB script tag 'DFLT'",
"start lookup 0 feature 'calt'",
"recursing to lookup 1 at 2",
"replacing glyph at 2 (single substitution)",
"replaced glyph at 2 (single substitution)",
"recursed to lookup 1",
"end lookup 0 feature 'calt'",
"end table GSUB script tag 'DFLT'",
"start table GPOS script tag 'DFLT'",
"start lookup 0 feature 'kern'",
"try kerning glyphs at 3,4",
"kerned glyphs at 3,4",
"tried kerning glyphs at 3,4",
"end lookup 0 feature 'kern'",
"end table GPOS script tag 'DFLT'",
]
Expand All @@ -1206,13 +1199,6 @@ def message(msg):
assert gids_trace == [
[5, 4, 3, 2, 1],
[5, 4, 3, 2, 1],
[5, 4, 3, 2, 1],
[5, 4, 3, 2, 1],
[5, 4, 1, 2, 1],
[5, 4, 1, 2, 1],
[5, 4, 1, 2, 1],
[5, 4, 1, 2, 1],
[5, 4, 1, 2, 1],
[5, 4, 1, 2, 1],
[5, 4, 1, 2, 1],
[5, 4, 1, 2, 1],
Expand All @@ -1224,9 +1210,6 @@ def message(msg):
assert advances_trace == [
[0, 0, 0, 0, 0],
[0, 0, 0, 0, 0],
[0, 0, 0, 0, 0],
[0, 0, 0, 100, 0],
[0, 0, 0, 100, 0],
[0, 0, 0, 100, 0],
[0, 0, 0, 100, 0],
]
Expand Down
Loading