go/src/image/gif/reader_test.go

const headerStr

const paletteStr

const trailerStr

var _

// lzwEncode returns an LZW encoding (with 2-bit literals) of in.
func lzwEncode(in []byte) []byte {}

func TestDecode(t *testing.T) {}

func TestTransparentIndex(t *testing.T) {}

var testGIF

func try(t *testing.T, b []byte, want string) {}

func TestBounds(t *testing.T) {}

func TestNoPalette(t *testing.T) {}

func TestPixelOutsidePaletteRange(t *testing.T) {}

func TestTransparentPixelOutsidePaletteRange(t *testing.T) {}

func TestLoopCount(t *testing.T) {}

func TestUnexpectedEOF(t *testing.T) {}

// See golang.org/issue/22237
func TestDecodeMemoryConsumption(t *testing.T) {}

func BenchmarkDecode(b *testing.B) {}

func TestReencodeExtendedPalette(t *testing.T) {}