(t *testing.T)
| 588 | } |
| 589 | |
| 590 | func TestSortSame(t *testing.T) { |
| 591 | testSameMarshal(t, &TsortName{C: "foo", B: 12}, &XsortName{C: "foo", B: 12}) |
| 592 | } |
| 593 | |
| 594 | func TestEncodeRenamedByteSlice(t *testing.T) { |
| 595 | expect := `{"X":"YWJj"}` |
nothing calls this directly
no test coverage detected
searching dependent graphs…