[feaLib] Minor: Rename a test file, for consistency with other test caes
It is example 1 in section 5.f.i of the specification, and there more examples in the same section. For consistency, use the same convention as the other test cases.
This commit is contained in:
parent
4374cf2be0
commit
dbefc71d23
@ -341,7 +341,7 @@ class ParserTest(unittest.TestCase):
|
||||
self.assertEqual(sub.replacement, "f_f_i")
|
||||
|
||||
def test_substitute_lookups(self):
|
||||
doc = Parser(self.getpath("spec5fi.fea")).parse()
|
||||
doc = Parser(self.getpath("spec5fi1.fea")).parse()
|
||||
[ligs, sub, feature] = doc.statements
|
||||
self.assertEqual(feature.statements[0].lookups, [ligs, None, sub])
|
||||
self.assertEqual(feature.statements[1].lookups, [ligs, None, sub])
|
||||
|
Loading…
x
Reference in New Issue
Block a user