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
|a|   b|c   |
|aa|  bb|cc  |dddddddddd|eeee|
|0x2349aacc|  0xdeaddeed|0x92820384  |
OK
