func TestChunk(t *testing.T) { … }
func TestChunkReadMultiple(t *testing.T) { … }
func TestChunkReaderAllocs(t *testing.T) { … }
func TestParseHexUint(t *testing.T) { … }
func TestChunkReadingIgnoresExtensions(t *testing.T) { … }
func TestChunkReadPartial(t *testing.T) { … }
func TestIncompleteChunk(t *testing.T) { … }
func TestChunkEndReadError(t *testing.T) { … }
func TestChunkReaderTooMuchOverhead(t *testing.T) { … }
func TestChunkReaderByteAtATime(t *testing.T) { … }
type funcReader …
func (r *funcReader) Read(p []byte) (n int, err error) { … }