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;
|