1# https://github.com/fonttools/fonttools/issues/2276 2lookup EMPTY { 3 # pass 4} EMPTY; 5feature ss01 { 6 sub a by a.alt1; 7 lookup EMPTY; 8} ss01; 9feature aalt { 10 feature ss01; 11} aalt; 12