fonttools/Tests/feaLib/data/GSUB_6.fea
Cosimo Lupo 3cdc800873
[Tests] rename all 'testdata' folders to simply 'data'
as it's now obvious what kind of data they are
2017-01-17 13:33:46 +00:00

29 lines
750 B
Plaintext

lookup ChainedSingleSubst {
sub [one two] three A' by A.sc;
sub [B-D]' seven [eight nine] by [B.sc-D.sc];
} ChainedSingleSubst;
lookup ChainedMultipleSubst {
sub [A-C a-c] [D d] E c_t' V [W w] [X-Z x-z] by c t;
} ChainedMultipleSubst;
lookup ChainedAlternateSubst {
sub [space comma semicolon] e' from [e e.begin];
} ChainedAlternateSubst;
lookup ChainedLigatureSubst {
sub A [C c]' [T t]' Z by c_t;
} ChainedLigatureSubst;
lookup ChainedContextualSubst {
sub A D E c_t' lookup ChainedMultipleSubst V W X;
} ChainedContextualSubst;
feature test {
lookup ChainedSingleSubst;
lookup ChainedMultipleSubst;
lookup ChainedAlternateSubst;
lookup ChainedLigatureSubst;
lookup ChainedContextualSubst;
} test;