(t *testing.T)
| 89 | } |
| 90 | |
| 91 | func TestFloatNull(t *testing.T) { |
| 92 | testExpectedXValBare(t, |
| 93 | 0.0, |
| 94 | `null`, |
| 95 | &Xfloat64{}) |
| 96 | } |
| 97 | |
| 98 | func TestFloatInt(t *testing.T) { |
| 99 | testExpectedXValBare(t, |
nothing calls this directly
no test coverage detected
searching dependent graphs…