Skip to content

Commit

Permalink
Also test random glyph source order for ttf output
Browse files Browse the repository at this point in the history
  • Loading branch information
justvanrossum committed Jul 13, 2024
1 parent 24aaaf6 commit 3c73ea1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions tests/test_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,20 @@ async def processGlyph(self, glyph: VariableGlyph) -> VariableGlyph:
- input: fontra-read
source: "tests/data/MutatorSans.fontra"
- filter: randomize-glyph-source-order
- output: compile-varc
destination: "output-random-source-order.ttf"
""",
"MutatorSans.ttf.ttx",
),
(
"""
# This test confirms that the order of sources in glyphs is irrelevant.
# In other words, check that we produce the same output regardless of glyph
# source order.
steps:
- input: fontra-read
source: "tests/data/MutatorSans.fontra"
- filter: randomize-glyph-source-order
- output: compile-varc
destination: "output-random-source-order.otf"
""",
Expand Down

0 comments on commit 3c73ea1

Please sign in to comment.