feaLib: misnamed function in builder_test.py

This commit is contained in:
moyogo 2015-12-04 16:56:58 +00:00
parent 46c76dbf1f
commit 38b335e131

View File

@ -108,7 +108,7 @@ class BuilderTest(unittest.TestCase):
" sub A from [A.alt1 A.alt2];" " sub A from [A.alt1 A.alt2];"
"} test;") "} test;")
def test_alternateSubst(self): def test_multipleSubst(self):
font = makeTTFont() font = makeTTFont()
addOpenTypeFeatures(self.getpath("GSUB_2.fea"), font) addOpenTypeFeatures(self.getpath("GSUB_2.fea"), font)
self.expect_ttx(font, self.getpath("GSUB_2.ttx")) self.expect_ttx(font, self.getpath("GSUB_2.ttx"))