(t *testing.T)
| 556 | } |
| 557 | |
| 558 | func TestEncoder_EncoderSimple(t *testing.T) { |
| 559 | testEncoderRoundtrip(t, "testdata/z000028", []byte{0x8b, 0x2, 0x37, 0x70, 0x92, 0xb, 0x98, 0x95}) |
| 560 | testEncoderRoundtripWriter(t, "testdata/z000028", []byte{0x8b, 0x2, 0x37, 0x70, 0x92, 0xb, 0x98, 0x95}) |
| 561 | } |
| 562 | |
| 563 | func TestEncoder_EncoderHTML(t *testing.T) { |
| 564 | testEncoderRoundtrip(t, "../testdata/html.txt", []byte{0x35, 0xa9, 0x5c, 0x37, 0x20, 0x9e, 0xc3, 0x37}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…