fonttools/Tests/feaLib/data/bug463.fea

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
218 B
Plaintext
Raw Normal View History

2019-03-06 16:47:16 +01:00
# https://github.com/fonttools/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;