Sascha Brawer d03ce3c119 [feaLib] Add unit test for the ignore pos statement
There are no examples for `ignore pos` in the OpenType Feature File
Syntax specification, therefore using a made-up example for the test.
The output from feaLib is identical to what makeotf generates.

Resolves https://github.com/behdad/fonttools/issues/503.
2016-02-06 12:13:03 +01:00

6 lines
97 B
Plaintext

feature test {
ignore pos f [a e] d';
ignore pos a d' d;
pos [a e n] d' -20;
} test;