Update Tests/ttLib/woff2_test.py
Co-authored-by: Cosimo Lupo <cosimo@anthrotype.com>
This commit is contained in:
parent
52e3e03ed9
commit
8569a8435f
@ -1221,7 +1221,7 @@ class WOFF2RoundtripTest(object):
|
|||||||
assert tmp.getvalue() == tmp2.getvalue()
|
assert tmp.getvalue() == tmp2.getvalue()
|
||||||
assert ttFont.flavor == "woff2"
|
assert ttFont.flavor == "woff2"
|
||||||
|
|
||||||
def test_roundtrip_overlap_bit(self):
|
def test_roundtrip_off_curve_despite_overlap_bit(self):
|
||||||
ttx = os.path.join(data_dir, "woff2_overlap_offcurve_in.ttx")
|
ttx = os.path.join(data_dir, "woff2_overlap_offcurve_in.ttx")
|
||||||
ttFont = ttLib.TTFont()
|
ttFont = ttLib.TTFont()
|
||||||
ttFont.importXML(ttx)
|
ttFont.importXML(ttx)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user