mptext.c: Fix hopeless incorrectness in raw base conversions.
[u/mdw/catacomb] / tests / mptext
index 952f7e0..ed9fb6a 100644 (file)
@@ -79,9 +79,12 @@ mptext-ascii {
 mptext-bin-in {
   -10 010203040506070809 10 123456789 "";
   -100 01172d4359 10 123456789 "";
+  -90 09124709 10 6713199 "";
 }
 
 mptext-bin-out {
   10 123456789 -10 010203040506070809 "";
   10 123456789 -100 01172d4359 "";
+  10 6713199 -90 09124709 "";
+  10 0 -10 00 "";
 }