[Tests/feaLib/data] minor: update comments referring to issue #976

This commit is contained in:
Cosimo Lupo 2017-05-30 11:01:39 +01:00
parent 12b90f073e
commit bdeb9f8925
No known key found for this signature in database
GPG Key ID: B61AAAD0B53A6419
4 changed files with 4 additions and 8 deletions

View File

@ -5,7 +5,8 @@ feature 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 {
sub c_t by c t;
sub f_i by f i;

View File

@ -5,7 +5,8 @@ feature 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 {
sub A from [A.alt1 A.alt2];
sub B from [B.alt1 B.alt2 B.alt3];

View File

@ -21,6 +21,3 @@ feature F2 {
sub one fraction two.oldstyle by onehalf;
sub one.oldstyle fraction two.oldstyle by onehalf;
} F2;
# In the resulting OpenType GSUB table (spec5d1.ttx),
# we expect to see only one single lookup.

View File

@ -20,6 +20,3 @@ feature F2 {
sub f f by f_f;
sub f i by f_i;
} F2;
# In the resulting OpenType GSUB table (spec5d2.ttx),
# we expect to see only one single lookup.