Skip to content

Commit 2b28293

Browse files
committed
kernFeatureWriter_test: N'ko now gets dist instead of kern
fixup tests following changes in 0b5e159
1 parent 0b5e159 commit 2b28293

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

tests/featureWriters/kernFeatureWriter_test.py

+6-2
Original file line numberDiff line numberDiff line change
@@ -1628,11 +1628,13 @@ def test_kern_split_and_mix_common(FontClass):
16281628
script latn;
16291629
language dflt;
16301630
lookup kern_Latn;
1631+
} kern;
16311632
1633+
feature dist {
16321634
script nko;
16331635
language dflt;
16341636
lookup kern_Nkoo;
1635-
} kern;
1637+
} dist;
16361638
"""
16371639
)
16381640

@@ -1690,11 +1692,13 @@ def test_kern_multi_script(FontClass):
16901692
script arab;
16911693
language dflt;
16921694
lookup kern_Arab_Nkoo;
1695+
} kern;
16931696
1697+
feature dist {
16941698
script nko;
16951699
language dflt;
16961700
lookup kern_Arab_Nkoo;
1697-
} kern;
1701+
} dist;
16981702
"""
16991703
)
17001704

0 commit comments

Comments
 (0)