fonttools/Tests/feaLib/data/contextual_inline_format_4.fea
Colin Rofls 4b9f5ef605 [feaLib] More efficient inline format 4 lookups
With this patch we will now reuse lookups more frequently when a
contextual lookup has inline ligature substitution rules.
2024-12-10 09:51:05 -07:00

7 lines
204 B
Plaintext

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;