1# For PairPos statements in vertical compilation contexts,
2# zero values should get compiled to ValueRecord format 8.
3# https://github.com/fonttools/fonttools/issues/633
4feature vkrn {
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} vkrn;
10