(t *testing.T)
| 546 | } |
| 547 | |
| 548 | func TestEncoder_EncoderPi(t *testing.T) { |
| 549 | testEncoderRoundtrip(t, "../testdata/pi.txt", []byte{0xe7, 0xe5, 0x25, 0x39, 0x92, 0xc7, 0x4a, 0xfb}) |
| 550 | testEncoderRoundtripWriter(t, "../testdata/pi.txt", []byte{0xe7, 0xe5, 0x25, 0x39, 0x92, 0xc7, 0x4a, 0xfb}) |
| 551 | } |
| 552 | |
| 553 | func TestEncoder_EncoderSilesia(t *testing.T) { |
| 554 | testEncoderRoundtrip(t, "testdata/silesia.tar", []byte{0xa5, 0x5b, 0x5e, 0xe, 0x5e, 0xea, 0x51, 0x6b}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…