1# For PairPos statements in horizontal compilation contexts,
2# zero values should get compiled to ValueRecord format 4.
3# https://github.com/fonttools/fonttools/issues/633
4feature kern {
5  pos A 0 A 0;
6  pos A 0 B <0 0 0 0>;
7  pos B <0 0 0 0> A 0;
8  pos B <0 0 0 0> B <0 0 0 0>;
9} kern;
10