x             t      y             z
123           int    124           123.50000000
123.45000000  float  124.45000000  123.95000000
0123          string (error)       (error)
07            string (error)       (error)
08            string (error)       (error)
0             int    1             0.50000000
0.00000000    float  1.00000000    0.50000000
0.00000000    float  1.00000000    0.50000000
0.01000000    float  1.01000000    0.51000000
0b0100        int    5             4.50000000
0x1000        int    4097          4096.50000000
-123          int    -122          -122.50000000
-123.45000000 float  -122.45000000 -122.95000000
-0123         string (error)       (error)
-0b0100       int    -3            -3.50000000
-0x1000       int    -4095         -4095.50000000
-07           string (error)       (error)
-08           string (error)       (error)
-0            int    1             0.50000000
-0.00000000   float  1.00000000    0.50000000
-0.00000000   float  1.00000000    0.50000000
-0.01000000   float  0.99000000    0.49000000
