1*e1fe3e4aSElliott Hughes# OpenType Feature File specification, section 5.f.i, example 2 2*e1fe3e4aSElliott Hughes# "Specifying a Chain Sub rule and marking sub-runs" 3*e1fe3e4aSElliott Hughes# http://www.adobe.com/devnet/opentype/afdko/topic_feature_file_syntax.html 4*e1fe3e4aSElliott Hughes 5*e1fe3e4aSElliott Hugheslanguagesystem latn dflt; 6*e1fe3e4aSElliott Hughes 7*e1fe3e4aSElliott Hughesfeature test { 8*e1fe3e4aSElliott Hughes#test-fea2fea: lookupflag RightToLeft IgnoreBaseGlyphs IgnoreLigatures; 9*e1fe3e4aSElliott Hughes lookupflag 7; 10*e1fe3e4aSElliott Hughes sub [a e n] d' by d.alt; 11*e1fe3e4aSElliott Hughes} test; 12