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