1# For SinglePos statements, zeroes should get compiled to ValueRecord format 0.
2# https://github.com/fonttools/fonttools/issues/633
3
4# Zero value in a vertical context.
5feature vkrn {
6    pos A 0;          # format A
7    pos B <0 0 0 0>;  # format B
8} vkrn;
9