MCPcopy Index your code
hub / github.com/klauspost/compress / TestEncoder_EncoderXML

Function TestEncoder_EncoderXML

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

Source from the content-addressed store, hash-verified

536 }
537}
538func TestEncoder_EncoderXML(t *testing.T) {
539 testEncoderRoundtrip(t, "./testdata/xml.zst", []byte{0x56, 0x54, 0x69, 0x8e, 0x40, 0x50, 0x11, 0xe})
540 testEncoderRoundtripWriter(t, "./testdata/xml.zst", []byte{0x56, 0x54, 0x69, 0x8e, 0x40, 0x50, 0x11, 0xe})
541}
542
543func TestEncoder_EncoderTwain(t *testing.T) {
544 testEncoderRoundtrip(t, "../testdata/Mark.Twain-Tom.Sawyer.txt", []byte{0x12, 0x1f, 0x12, 0x70, 0x79, 0x37, 0x1f, 0xc6})

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…