diff --git a/Tests/designspaceLib/data/test.designspace b/Tests/designspaceLib/data/test.designspace index cf7056b33..9f97ab57c 100644 --- a/Tests/designspaceLib/data/test.designspace +++ b/Tests/designspaceLib/data/test.designspace @@ -1,107 +1,111 @@ - + - - - Wéíght - قطر - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - com.coolDesignspaceApp.specimenText - Hamburgerwhatever - - - - - - - - - - - - - - - A note about this glyph - - - - - - - - - - - - - - - - - - - - - - + + + Wéíght + قطر + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - com.coolDesignspaceApp.previewSize - 30 + com.coolDesignspaceApp.binaryData + + PGJpbmFyeSBndW5rPg== + + com.coolDesignspaceApp.specimenText + Hamburgerwhatever - + + + + + + + + + + + + + + A note about this glyph + + + + + + + + + + + + + + + + + + + + + + + + com.coolDesignspaceApp.previewSize + 30 + + diff --git a/Tests/designspaceLib/designspace_test.py b/Tests/designspaceLib/designspace_test.py index 1d9b841a7..f17e129f7 100644 --- a/Tests/designspaceLib/designspace_test.py +++ b/Tests/designspaceLib/designspace_test.py @@ -123,6 +123,7 @@ def test_fill_document(tmpdir): i1.styleMapStyleName = "InstanceStyleMapStyleName" glyphData = dict(name="arrow", mute=True, unicodes=[0x123, 0x124, 0x125]) i1.glyphs['arrow'] = glyphData + i1.lib['com.coolDesignspaceApp.binaryData'] = b'' i1.lib['com.coolDesignspaceApp.specimenText'] = "Hamburgerwhatever" doc.addInstance(i1) # add instance 2