xref: /aosp_15_r20/external/fonttools/Tests/feaLib/data/bug2949.fea (revision e1fe3e4ad2793916b15cccdc4a7da52a7e1dd0e9)
1*e1fe3e4aSElliott Hugheslookup lookup1 {
2*e1fe3e4aSElliott Hughes#test-fea2fea: ignore sub three' four;
3*e1fe3e4aSElliott Hughes    ignore sub three four;
4*e1fe3e4aSElliott Hughes} lookup1;
5*e1fe3e4aSElliott Hughes
6*e1fe3e4aSElliott Hugheslookup lookup2 {
7*e1fe3e4aSElliott Hughes#test-fea2fea: ignore pos three' four;
8*e1fe3e4aSElliott Hughes    ignore pos three four;
9*e1fe3e4aSElliott Hughes} lookup2;
10*e1fe3e4aSElliott Hughes
11*e1fe3e4aSElliott Hugheslookup lookup3 {
12*e1fe3e4aSElliott Hughes#test-fea2fea: ignore sub one' two, three' four;
13*e1fe3e4aSElliott Hughes    ignore sub one two, three four;
14*e1fe3e4aSElliott Hughes} lookup3;
15*e1fe3e4aSElliott Hughes
16*e1fe3e4aSElliott Hughesfeature test {
17*e1fe3e4aSElliott Hughes    lookup lookup1;
18*e1fe3e4aSElliott Hughes    lookup lookup2;
19*e1fe3e4aSElliott Hughes    lookup lookup3;
20*e1fe3e4aSElliott Hughes} test;
21