| 488 | // encoder returns an error. Test all of the various ways that can happen. |
| 489 | func TestValues_CustomEncoding_Error(t *testing.T) { |
| 490 | type st struct { |
| 491 | V customEncodedStrings |
| 492 | } |
| 493 | tests := []struct { |
| 494 | input interface{} |
| 495 | }{ |
nothing calls this directly
no outgoing calls
no test coverage detected