fonttools/Tests/feaLib/data/bug463.fea
Cosimo Lupo 3cdc800873
[Tests] rename all 'testdata' folders to simply 'data'
as it's now obvious what kind of data they are
2017-01-17 13:33:46 +00:00

7 lines
215 B
Plaintext

# https://github.com/behdad/fonttools/issues/463
feature ordn {
@DIGIT = [zero one two three four five six seven eight nine];
sub @DIGIT [A a]' by ordfeminine;
sub @DIGIT [O o]' by ordmasculine;
} ordn;