Skip to content

Commit

Permalink
Merge pull request #1287 from googlefonts/also-fix-that-last-diff-thing
Browse files Browse the repository at this point in the history
[ttx_diff] Fixup class-based context reordering
  • Loading branch information
dfrg authored Feb 20, 2025
2 parents 81bfe61 + ad2afdb commit f94bcd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/scripts/ttx_diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -612,6 +612,7 @@ def reorder_contextual_class_based_rules(ttx: etree.ElementTree, tag: str):
)
for class_set in chain_ctx.findall(class_set_name):
for class_rule in class_set.findall(class_rule_name):
remap_values(class_rule, input_class_order, "Input")
remap_values(class_rule, backtrack_class_order, "Backtrack")
remap_values(class_rule, lookahead_class_order, "LookAhead")

Expand Down

0 comments on commit f94bcd0

Please sign in to comment.