Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

encoding/xml: Header is incorrectly escaped #2166

Closed
zombiezen opened this issue Aug 20, 2011 · 2 comments
Closed

encoding/xml: Header is incorrectly escaped #2166

zombiezen opened this issue Aug 20, 2011 · 2 comments

Comments

@zombiezen
Copy link
Contributor

Before filing a bug, please check whether it has been fixed since
the latest release: run "hg pull", "hg update default", rebuild, and
retry
what you did to
reproduce the problem.  Thanks.

What steps will reproduce the problem?

package main

import "fmt"
import "xml"

func main() {
    fmt.Print(xml.Header)
}

What is the expected output?
<?xml version="1.0" encoding="UTF-8">

What do you see instead?
<?xml version="1.0" encoding="UTF-8">\n

Which revision are you using?  (hg identify)
443be59de1ba tip

Please provide any additional information below.

The Header constant is simply not escaped correctly (it uses backticks).
@zombiezen
Copy link
Contributor Author

Comment 1:

Okay, this seems to be fixed in weekly, but not in release. Sorry, close the bug.

@adg
Copy link
Contributor

adg commented Aug 22, 2011

Comment 2:

Status changed to Retracted.

@mikioh mikioh changed the title xml.Header is incorrectly escaped encoding/xml: Header is incorrectly escaped Jan 9, 2015
@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants