summaryrefslogtreecommitdiff
path: root/dev-python/pillow/files/pillow-4.3.0-freetype2.9-test-metrics.patch
blob: 211ef7ac58d334bde5571476ce63c366e97b8691 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/Tests/test_imagefont.py
+++ b/Tests/test_imagefont.py
@@ -58,6 +58,9 @@ class TestImageFont(PillowTestCase):
                 ('2', '8'): {'multiline': 6.2,
                              'textsize': 2.5,
                              'getters': (12, 16)},
+                ('2', '9'): {'multiline': 6.2,
+                             'textsize': 2.5,
+                             'getters': (12, 16)},
                 'Default': {'multiline': 0.5,
                             'textsize': 0.5,
                             'getters': (12, 16)},