(t *testing.T)
| 551 | } |
| 552 | |
| 553 | func TestEncoder_EncoderSilesia(t *testing.T) { |
| 554 | testEncoderRoundtrip(t, "testdata/silesia.tar", []byte{0xa5, 0x5b, 0x5e, 0xe, 0x5e, 0xea, 0x51, 0x6b}) |
| 555 | testEncoderRoundtripWriter(t, "testdata/silesia.tar", []byte{0xa5, 0x5b, 0x5e, 0xe, 0x5e, 0xea, 0x51, 0x6b}) |
| 556 | } |
| 557 | |
| 558 | func TestEncoder_EncoderSimple(t *testing.T) { |
| 559 | testEncoderRoundtrip(t, "testdata/z000028", []byte{0x8b, 0x2, 0x37, 0x70, 0x92, 0xb, 0x98, 0x95}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…