]> Cypherpunks repositories - gostls13.git/commit
encoding/xml: fix copy bug
authorRuss Cox <rsc@golang.org>
Tue, 22 Nov 2011 17:31:33 +0000 (12:31 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 22 Nov 2011 17:31:33 +0000 (12:31 -0500)
commitfe838c2ddb89014202299f9ab95685097753784e
treea8347217a50a39c632ac011408580b3d86a0dd3d
parent6e3e3809231c71fc30b6d0cdcb1f60c5e6e816ef
encoding/xml: fix copy bug

Fixes #2484.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5417059
src/pkg/encoding/xml/xml.go
src/pkg/encoding/xml/xml_test.go