(t *testing.T)
| 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}) |
| 545 | testEncoderRoundtripWriter(t, "../testdata/Mark.Twain-Tom.Sawyer.txt", []byte{0x12, 0x1f, 0x12, 0x70, 0x79, 0x37, 0x1f, 0xc6}) |
| 546 | } |
| 547 | |
| 548 | func TestEncoder_EncoderPi(t *testing.T) { |
| 549 | testEncoderRoundtrip(t, "../testdata/pi.txt", []byte{0xe7, 0xe5, 0x25, 0x39, 0x92, 0xc7, 0x4a, 0xfb}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…