xref: /aosp_15_r20/external/fonttools/Tests/feaLib/data/delete_glyph.fea (revision e1fe3e4ad2793916b15cccdc4a7da52a7e1dd0e9)
1feature test {
2	sub a by NULL;
3} test;
4
5feature test {
6	sub [a b c] by NULL;
7} test;
8