go/src/log/slog/text_handler_test.go

var testTime

func TestTextHandler(t *testing.T) {}

type name

func (n name) String() string {}

type text

func (t text) String() string {}

func (t text) MarshalText() ([]byte, error) {}

func TestTextHandlerPreformatted(t *testing.T) {}

func TestTextHandlerAlloc(t *testing.T) {}

func TestNeedsQuoting(t *testing.T) {}