mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
xml: allow text segments to end at EOF
Fixes #674. R=adg CC=golang-dev https://golang.org/cl/1018042
This commit is contained in:
parent
de92199648
commit
0485ba72c3
3 changed files with 31 additions and 7 deletions
|
|
@ -75,7 +75,7 @@ call sites. I also wanted to verify that ExpandTabs was
|
|||
not being used from outside intra_region_diff.py.
|
||||
|
||||
|
||||
</summary></entry></feed>`
|
||||
</summary></entry></feed> `
|
||||
|
||||
type Feed struct {
|
||||
XMLName Name "http://www.w3.org/2005/Atom feed"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue