xref: /aosp_15_r20/external/fonttools/Tests/feaLib/data/spec5f_ii_3.fea (revision e1fe3e4ad2793916b15cccdc4a7da52a7e1dd0e9)
1# OpenType Feature File specification, section 5.f.ii, example 3
2# "Specifying exceptions to the Chain Sub rule"
3# http://www.adobe.com/devnet/opentype/afdko/topic_feature_file_syntax.html
4
5feature test {
6    @LETTER = [a - z];
7    ignore sub @LETTER a' n' d', a' n' d' @LETTER;
8    sub a' n' d' by a_n_d;
9} test;
10