We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20e7d1f commit e9549edCopy full SHA for e9549ed
1 file changed
tests/test_checks_name.py
@@ -230,7 +230,7 @@ def test_check_name_family_and_style_max_length(check):
230
# verify that "Cabin" length, plus 27 chars, exceeds limit of 31
231
if name.nameID == NameID.TYPOGRAPHIC_FAMILY_NAME:
232
assert len(ttFont["name"].names[index].string) + 27 > 31
233
-
+
234
# find the first instance nameID from the STAT table, then make it long
235
# and check for a FAIL
236
for value in ttFont["STAT"].table.AxisValueArray.AxisValue:
0 commit comments