[varLib_test] minor

There must be some keystroke in my text editor that triggers these
strange non-ASCII unprintable characters...

I didn't have time to investigate.
This commit is contained in:
Cosimo Lupo 2017-08-16 19:04:13 +01:00
parent 2524d76bdb
commit 8f5929879d

View File

@ -149,7 +149,7 @@ class BuildTest(unittest.TestCase):
"""Designspace file contains two 'weight' and 'width' axes both with
<map> elements.
The 'width' axis only contains identity mappings, however the resulting
The 'width' axis only contains identity mappings, however the resulting
avar segment will not be empty but will contain the default axis value
maps: {-1.0: -1.0, 0.0: 0.0, 1.0: 1.0}.
@ -170,7 +170,7 @@ class BuildTest(unittest.TestCase):
only one axis ('weight') has some <map> elements.
Even if no <map> elements are defined for the 'width' axis, the
resulting avar segment still contains the default axis value maps:
resulting avar segment still contains the default axis value maps:
{-1.0: -1.0, 0.0: 0.0, 1.0: 1.0}.
This is again to to work around an issue with some rasterizers: