fonttools/Tests/feaLib/data/GSUB_8.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

12 lines
367 B
Plaintext

languagesystem DFLT dflt;
feature test {
rsub [a A] [b B] [c C] q' [d D] [e E] [f F] by Q;
rsub [a A] [b B] [c C] [s-z]' [d D] [e E] [f F] by [S-Z];
# Having no context for a reverse chaining substitution rule
# is a little degenerate (we define a chain without linking it
# to anything else), but makeotf accepts this.
rsub p by P;
} test;