(t *testing.T)
| 54 | } |
| 55 | |
| 56 | func TestFloatRealFractionExponent(t *testing.T) { |
| 57 | testExpectedXValBare(t, |
| 58 | 1.23456e80, |
| 59 | `123.456e78`, |
| 60 | &Xfloat64{}) |
| 61 | } |
| 62 | |
| 63 | func TestFloatRealNegativeExponent(t *testing.T) { |
| 64 | testExpectedXValBare(t, |
nothing calls this directly
no test coverage detected
searching dependent graphs…