instancer_test: read expected test file with unix newlines '\n'
or windows isn't happy..
This commit is contained in:
parent
8c3bfe5475
commit
11b73034d7
@ -1123,6 +1123,7 @@ def _get_expected_instance_ttx(wght, wdth):
|
||||
),
|
||||
"r",
|
||||
encoding="utf-8",
|
||||
newline="\n",
|
||||
) as fp:
|
||||
return _strip_ttLibVersion(fp.read())
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user