xref: /aosp_15_r20/external/fonttools/Tests/feaLib/data/bug2276.fea (revision e1fe3e4ad2793916b15cccdc4a7da52a7e1dd0e9)
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