(t *testing.T)
| 565 | } |
| 566 | |
| 567 | func TestFloat64(t *testing.T) { |
| 568 | testType(t, &Tfloat64{}, &Xfloat64{}) |
| 569 | } |
| 570 | |
| 571 | func TestForceStringTagged(t *testing.T) { |
| 572 | // testSameMarshal is used instead of testType because |
nothing calls this directly
no test coverage detected
searching dependent graphs…