We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5b6286 commit 2bf75baCopy full SHA for 2bf75ba
1 file changed
tests/profiles/googlefonts_test.py
@@ -4251,7 +4251,7 @@ def test_check_colorfont_tables():
4251
assert_results_contain(check(ttFont),
4252
FAIL, 'add-colr',
4253
'with a font which should have a COLR table')
4254
-
+
4255
#finally delete both color font tables
4256
del ttFont["SVG "]
4257
assert 'SVG ' not in ttFont.keys()
@@ -4271,4 +4271,4 @@ def test_check_noto_has_article():
4271
ttFont = TTFont(TEST_FILE("noto_sans_tamil_supplement/NotoSansTamilSupplement-Regular.ttf"))
4272
4273
FAIL, 'missing-article',
4274
- "with a bad font")
+ "with a bad font")
0 commit comments