(t *testing.T)
| 561 | } |
| 562 | |
| 563 | func TestEncoder_EncoderHTML(t *testing.T) { |
| 564 | testEncoderRoundtrip(t, "../testdata/html.txt", []byte{0x35, 0xa9, 0x5c, 0x37, 0x20, 0x9e, 0xc3, 0x37}) |
| 565 | testEncoderRoundtripWriter(t, "../testdata/html.txt", []byte{0x35, 0xa9, 0x5c, 0x37, 0x20, 0x9e, 0xc3, 0x37}) |
| 566 | } |
| 567 | |
| 568 | func TestEncoder_EncoderEnwik9(t *testing.T) { |
| 569 | //testEncoderRoundtrip(t, "./testdata/enwik9.zst", []byte{0x28, 0xfa, 0xf4, 0x30, 0xca, 0x4b, 0x64, 0x12}) |
nothing calls this directly
no test coverage detected
searching dependent graphs…