xref: /aosp_15_r20/external/fonttools/Tests/feaLib/data/GSUB_3.fea (revision e1fe3e4ad2793916b15cccdc4a7da52a7e1dd0e9)
1*e1fe3e4aSElliott Hughesfeature f1 {
2*e1fe3e4aSElliott Hughes    sub A from [A.alt1 A.alt2];
3*e1fe3e4aSElliott Hughes    sub B from [B.alt1 B.alt2 B.alt3];
4*e1fe3e4aSElliott Hughes    sub C from [C.alt1];
5*e1fe3e4aSElliott Hughes} f1;
6*e1fe3e4aSElliott Hughes
7*e1fe3e4aSElliott Hughes
8*e1fe3e4aSElliott Hughes# Even if it has exactly the same content as feature f1,
9*e1fe3e4aSElliott Hughes# the lookup should not be shared.
10*e1fe3e4aSElliott Hughesfeature f2 {
11*e1fe3e4aSElliott Hughes    sub A from [A.alt1 A.alt2];
12*e1fe3e4aSElliott Hughes    sub B from [B.alt1 B.alt2 B.alt3];
13*e1fe3e4aSElliott Hughes    sub C from [C.alt1];
14*e1fe3e4aSElliott Hughes} f2;
15