(t *testing.T)
| 578 | } |
| 579 | |
| 580 | func TestForceStringTaggedEscape(t *testing.T) { |
| 581 | testSameMarshal(t, &TstringTagged{X: `"`}, &XstringTagged{X: `"`}) |
| 582 | } |
| 583 | |
| 584 | func TestForceStringTaggedDecoder(t *testing.T) { |
| 585 | testCycle(t, &TstringTagged{}, &XstringTagged{}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…