fonttools/Tests/feaLib/data/AlternateChained.fea
Khaled Hosny d24fd71934 [feaLib] Fix building chained alt substitutions
Support was added in db49f20d6b2629e1ba25c4afd3fb60817387f3d6, but there
was only a parser test and no builder test, fix the build and add a
builder test based on the existing parser one.

Fixes https://github.com/fonttools/fonttools/issues/1901
2020-04-28 14:29:50 +02:00

4 lines
73 B
Plaintext

feature test {
sub A B a' [Y y] Z from [a.alt1 a.alt2 a.alt3];
} test;