xref: /aosp_15_r20/external/fonttools/Tests/feaLib/data/cid_range.fea (revision e1fe3e4ad2793916b15cccdc4a7da52a7e1dd0e9)
1*e1fe3e4aSElliott Hughes# A CID range can be valid even if it is invalid as a glyph name range.
2*e1fe3e4aSElliott Hughes# For example, [cid00800 - cid01001] is invalid.
3*e1fe3e4aSElliott Hughes
4*e1fe3e4aSElliott Hughesfeature zero {
5*e1fe3e4aSElliott Hughes  sub [\800 - \1001] by zero;
6*e1fe3e4aSElliott Hughes} zero;
7