Running test test_printf...
INTEGERS

1
2
3
4
5
         6
0000000007
0000000008
0000000009
     0010
10    
-2147483648
-9223372036854775808
2147483647
9223372036854775807
0575360400
575360400
0
0


   1
1   
B

0
(null)

FLOATS

%f conversion

1.0
2.000000
3.000000
4
5
  6.000000
7.0000000000
8.0000000000


0.007812
10.345600
10.3
10.35
0.036
  10.346
00010.35
10.35   
  -10.35
0
0
1
0.12
0.000000
00000.000000
0.000
  -10.35
nan

%e conversion

0.000000e+00
000.000000e+00
0.000e+00
1.03e+01
1.035e+01
1.0346e+01
-2.525698e+05 -2.52569750e+05 
 4.184050e+06 4.18404950e+06 
 1.3e+15

%a conversion

0x0p+0
0x0000000p+0
0x0.000p+0
    0X1.20000P+2
  0x1.2p+2
0x2p+2
0x1.ep+2
0x1.e01cp+2
0x1p+2
0x0p+0
0x000001.e0p+2
  0x1.4p+3
0x1.99999ap-4

MODIFIERS

   0
0000
  +0
 000
+000
+0  
0   
 0  
  34
0034
 +34
 034
+034
+34 
34  
 34 
 3.1
3.1 
+3.1
+3.1
03.1
+3.1
 3.1
 3.1
    
    
  je
je  
quickfoxjump
quickfoxjump
3
3.1
3.14
3.142
3.1416
3.14159
3.141593
3.1415927
   3
3.14
3.141593
3.1415927

VECTORS

9,9,9,9
90.000000,9.000000,0.900000,1986545975296.000000
4096.0000000, 1.0000000, 0.1250000, 0.0078125
90,9,0.9,1.98655e+33
8.000000,INF,-INF,NAN
0x1.4p+3,0x1.15p-141,0x1.52d02cp+78,0x0p+0
0x1.68p+6,0x1.2p+3,0x1.ccccccp-1,0x1.70a3d8p-4
0x1p+12,0x1p+0,0x1p-3,0x1p-7
0xfa,0xfb
0x1234,0x8765
0x12345678,0x87654321
|a|   b|c   |
|aa|  bb|cc  |dddddddddd|eeee|
|0x2349aacc|  0xdeaddeed|0x92820384  |
OK
