With this patch we will now reuse lookups more frequently when a contextual lookup has inline ligature substitution rules.
7 lines
204 B
Plaintext
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;
|