]> Cypherpunks repositories - gostls13.git/commit
encoding/xml: fix spurious "no semicolon" in error
authorRuss Cox <rsc@golang.org>
Tue, 12 Mar 2013 04:29:36 +0000 (00:29 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 12 Mar 2013 04:29:36 +0000 (00:29 -0400)
commit019754ed4036f9ddc7514c78548fe77a606464db
treeb08e4766ba6b8a91614f54159c68dfb660294439
parentaa81eb5901abc545bc8ff14833f52c3e798f0b90
encoding/xml: fix spurious "no semicolon" in error

Noticed while doing other XML investigations.

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