We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b5e159 commit 2b28293Copy full SHA for 2b28293
tests/featureWriters/kernFeatureWriter_test.py
@@ -1628,11 +1628,13 @@ def test_kern_split_and_mix_common(FontClass):
1628
script latn;
1629
language dflt;
1630
lookup kern_Latn;
1631
+ } kern;
1632
1633
+ feature dist {
1634
script nko;
1635
1636
lookup kern_Nkoo;
- } kern;
1637
+ } dist;
1638
"""
1639
)
1640
@@ -1690,11 +1692,13 @@ def test_kern_multi_script(FontClass):
1690
1692
script arab;
1691
1693
1694
lookup kern_Arab_Nkoo;
1695
1696
1697
1698
1699
1700
1701
1702
1703
1704
0 commit comments