aboutsummaryrefslogtreecommitdiff
path: root/Tests/feaLib/data/GSUB_2.fea
blob: d2a3cb101368ef550e9b74c8c226508d6cf4445d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
feature f1 {
    sub c_t by c t;
    sub f_i by f i;
    sub f_f_i by f f i;
} f1;


# Even if it has exactly the same content as feature f1,
# the lookup should not be shared.
feature f2 {
    sub c_t by c t;
    sub f_i by f i;
    sub f_f_i by f f i;
} f2;