Skip to content

Commit

Permalink
Update test expectation
Browse files Browse the repository at this point in the history
The DesignSpace document has a source that uses Medium layer, but before
the previous fix the anchor position was taken from the default layer.
  • Loading branch information
khaledhosny committed May 20, 2024
1 parent dd324c4 commit d35af4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def test_debugFeatureFile(self, designspace):
feature mark {
lookup mark2base {
pos base e
<anchor (wght=350:314 wght=450:314 wght=625:315) (wght=350:556 wght=450:556 wght=625:644)> mark @MC_top;
<anchor (wght=350:314 wght=450:403 wght=625:315) (wght=350:556 wght=450:567 wght=625:644)> mark @MC_top;
} mark2base;
} mark;
Expand Down

0 comments on commit d35af4c

Please sign in to comment.