diff --git a/Tests/fontBuilder/data/test_var.ttf.ttx b/Tests/fontBuilder/data/test_var.ttf.ttx index 6ebf24d53..a7bdcaf07 100644 --- a/Tests/fontBuilder/data/test_var.ttf.ttx +++ b/Tests/fontBuilder/data/test_var.ttf.ttx @@ -189,6 +189,12 @@ Down + + TotallyNormal + + + Right Up + HelloTestFont @@ -210,6 +216,12 @@ Down + + TotallyNormal + + + Right Up + HalloTestFont @@ -283,6 +295,22 @@ 100.0 259 + + + + + + + + + + + + + + + + diff --git a/Tests/fontBuilder/fontBuilder_test.py b/Tests/fontBuilder/fontBuilder_test.py index edf28d063..161fdfe35 100644 --- a/Tests/fontBuilder/fontBuilder_test.py +++ b/Tests/fontBuilder/fontBuilder_test.py @@ -159,7 +159,10 @@ def test_build_var(tmpdir): ('UPPP', 0, 0, 100, "Up"), ('DOWN', 0, 0, 100, "Down"), ] - instances = [] + instances = [ + dict(location=dict(LEFT=0, RGHT=0, UPPP=0, DOWN=0), stylename="TotallyNormal"), + dict(location=dict(LEFT=0, RGHT=100, UPPP=100, DOWN=0), stylename="Right Up"), + ] fb.setupFvar(axes, instances) variations = {} # Four (x, y) pairs and four phantom points: