aboutsummaryrefslogtreecommitdiff
path: root/Tests/varLib/stat_test.py
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/varLib/stat_test.py')
-rw-r--r--Tests/varLib/stat_test.py24
1 files changed, 24 insertions, 0 deletions
diff --git a/Tests/varLib/stat_test.py b/Tests/varLib/stat_test.py
index 6def990e..ce04423a 100644
--- a/Tests/varLib/stat_test.py
+++ b/Tests/varLib/stat_test.py
@@ -65,6 +65,18 @@ def test_getStatAxes(datadir):
"rangeMaxValue": 900.0,
"rangeMinValue": 850.0,
},
+ {
+ "flags": 2,
+ "name": {"en": "Regular"},
+ "value": 400.0,
+ "linkedValue": 700.0,
+ },
+ {
+ "flags": 0,
+ "name": {"en": "Bold"},
+ "value": 700.0,
+ "linkedValue": 400.0,
+ },
],
"name": {"en": "Wéíght", "fa-IR": "قطر"},
"ordering": 2,
@@ -120,6 +132,18 @@ def test_getStatAxes(datadir):
"rangeMaxValue": 850.0,
"rangeMinValue": 650.0,
},
+ {
+ "flags": 2,
+ "name": {"en": "Regular"},
+ "value": 400.0,
+ "linkedValue": 700.0,
+ },
+ {
+ "flags": 0,
+ "name": {"en": "Bold"},
+ "value": 700.0,
+ "linkedValue": 400.0,
+ },
],
"name": {"en": "Wéíght", "fa-IR": "قطر"},
"ordering": 2,