Open philshafer opened 8 months ago
Running the command:
xohtml -c './test_05.test --libxo:HIPx' -f /tmp/foo.html
while just adding the 'k' to the first field makes it obvious that they length of the key is not being counted:
Note that "Terry" is five chars and "Leslie" is six and the second column of the table slides to the left by that amount.
The first two fields are inside a "{[:-25}...{]:}". On the first line ("Jim") the padding
FWIW: tests/core/test_07.c can get the same behavior with the same "{:k}" change
This patch adds keys to an instance, but changes the output under HIPx (html+info+pretty+xpath). I think the "-14.14" is getting lost.
Thanks, Phil