MCPcopy
hub / github.com/klauspost/compress / TestEncoder_EncoderHTML

Function TestEncoder_EncoderHTML

zstd/encoder_test.go:563–566  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

561}
562
563func 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
568func TestEncoder_EncoderEnwik9(t *testing.T) {
569 //testEncoderRoundtrip(t, "./testdata/enwik9.zst", []byte{0x28, 0xfa, 0xf4, 0x30, 0xca, 0x4b, 0x64, 0x12})

Callers

nothing calls this directly

Calls 2

testEncoderRoundtripFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…