Skip to content

Commit

Permalink
add repro for issue #1019
Browse files Browse the repository at this point in the history
  • Loading branch information
anthrotype authored and schriftgestalt committed Oct 23, 2024
1 parent 4793866 commit 77dd52f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/builder/builder_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -2335,6 +2335,8 @@ def test_custom_glyph_data(ufo_module):
font = generate_minimal_font()
for glyph_name in ("A", "Aitalic-math", "Aitalic-math.ssty1", "foo", "bar", "baz"):
add_glyph(font, glyph_name)
# add a composite glyph to trigger propagate_anchors
add_component(font, "bar", "baz", (1, 0, 0, 1, 0, 0))
font.glyphs["baz"].production = "bazglyph"
font.glyphs["baz"].category = "Number"
font.glyphs["baz"].subCategory = "Decimal Digit"
Expand Down

0 comments on commit 77dd52f

Please sign in to comment.