aboutsummaryrefslogtreecommitdiff
path: root/Tests/feaLib/data/delete_glyph.fea
blob: ab4b93f11d027abf0371c9137d69f2b06f73a589 (plain)
1
2
3
4
5
6
7
feature test {
	sub a by NULL;
} test;

feature test {
	sub [a b c] by NULL;
} test;