go/src/encoding/ascii85/ascii85_test.go

type testpair

var bigtest

var pairs

func testEqual(t *testing.T, msg string, args ...any) bool {}

func strip85(s string) string {}

func TestEncode(t *testing.T) {}

func TestEncoder(t *testing.T) {}

func TestEncoderBuffering(t *testing.T) {}

func TestDecode(t *testing.T) {}

func TestDecoder(t *testing.T) {}

func TestDecoderBuffering(t *testing.T) {}

func TestDecodeCorrupt(t *testing.T) {}

func TestBig(t *testing.T) {}

func TestDecoderInternalWhitespace(t *testing.T) {}