[Tests/feaLib/data] minor: update comments referring to issue #976
This commit is contained in:
parent
12b90f073e
commit
bdeb9f8925
@ -5,7 +5,8 @@ feature f1 {
|
|||||||
} f1;
|
} f1;
|
||||||
|
|
||||||
|
|
||||||
# Exact same content as feature f1; lookup should be shared.
|
# Even if it has exactly the same content as feature f1,
|
||||||
|
# the lookup should not be shared.
|
||||||
feature f2 {
|
feature f2 {
|
||||||
sub c_t by c t;
|
sub c_t by c t;
|
||||||
sub f_i by f i;
|
sub f_i by f i;
|
||||||
|
@ -5,7 +5,8 @@ feature f1 {
|
|||||||
} f1;
|
} f1;
|
||||||
|
|
||||||
|
|
||||||
# Exact same content as feature f1; lookup should be shared.
|
# Even if it has exactly the same content as feature f1,
|
||||||
|
# the lookup should not be shared.
|
||||||
feature f2 {
|
feature f2 {
|
||||||
sub A from [A.alt1 A.alt2];
|
sub A from [A.alt1 A.alt2];
|
||||||
sub B from [B.alt1 B.alt2 B.alt3];
|
sub B from [B.alt1 B.alt2 B.alt3];
|
||||||
|
@ -21,6 +21,3 @@ feature F2 {
|
|||||||
sub one fraction two.oldstyle by onehalf;
|
sub one fraction two.oldstyle by onehalf;
|
||||||
sub one.oldstyle fraction two.oldstyle by onehalf;
|
sub one.oldstyle fraction two.oldstyle by onehalf;
|
||||||
} F2;
|
} F2;
|
||||||
|
|
||||||
# In the resulting OpenType GSUB table (spec5d1.ttx),
|
|
||||||
# we expect to see only one single lookup.
|
|
||||||
|
@ -20,6 +20,3 @@ feature F2 {
|
|||||||
sub f f by f_f;
|
sub f f by f_f;
|
||||||
sub f i by f_i;
|
sub f i by f_i;
|
||||||
} F2;
|
} F2;
|
||||||
|
|
||||||
# In the resulting OpenType GSUB table (spec5d2.ttx),
|
|
||||||
# we expect to see only one single lookup.
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user