fonttools/Tests/feaLib/data/contextual_inline_format_4.fea

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
204 B
Plaintext
Raw Normal View History

feature test {
# we should only produce two lookups: one contextual, and one ligature,
# with the ligature containing `l o -> z` and `L o` -> Z
sub l' o' l by z;
sub L' o' L by Z;
} test;