func TestTestdata(t *testing.T) { … } func dump(d *Doc) []byte { … } func dumpTo(out *bytes.Buffer, indent int, x any) { … } func dumpNL(out *bytes.Buffer, n int) { … }
func TestTestdata(t *testing.T) { … } func dump(d *Doc) []byte { … } func dumpTo(out *bytes.Buffer, indent int, x any) { … } func dumpNL(out *bytes.Buffer, n int) { … }