xref: /aosp_15_r20/external/fonttools/Tests/feaLib/data/bug1459.fea (revision e1fe3e4ad2793916b15cccdc4a7da52a7e1dd0e9)
1*e1fe3e4aSElliott Hughes# A pair position lookup where only the second glyph has a non-empty valuerecord
2*e1fe3e4aSElliott Hughes# while the first glyph has a NULL valuerecord. The ValueFormat1 for the first
3*e1fe3e4aSElliott Hughes# glyph is expected to be 0.
4*e1fe3e4aSElliott Hughes# https://github.com/fonttools/fonttools/issues/1459
5*e1fe3e4aSElliott Hughesfeature kern {
6*e1fe3e4aSElliott Hughes    pos A <NULL> V <-180 0 -90 0>;
7*e1fe3e4aSElliott Hughes} kern;
8