(t *testing.T)
| 536 | } |
| 537 | } |
| 538 | func TestEncoder_EncoderXML(t *testing.T) { |
| 539 | testEncoderRoundtrip(t, "./testdata/xml.zst", []byte{0x56, 0x54, 0x69, 0x8e, 0x40, 0x50, 0x11, 0xe}) |
| 540 | testEncoderRoundtripWriter(t, "./testdata/xml.zst", []byte{0x56, 0x54, 0x69, 0x8e, 0x40, 0x50, 0x11, 0xe}) |
| 541 | } |
| 542 | |
| 543 | func TestEncoder_EncoderTwain(t *testing.T) { |
| 544 | testEncoderRoundtrip(t, "../testdata/Mark.Twain-Tom.Sawyer.txt", []byte{0x12, 0x1f, 0x12, 0x70, 0x79, 0x37, 0x1f, 0xc6}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…