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

Fix escaping of XML #5

Merged
merged 1 commit into from
Mar 4, 2013
Merged

Fix escaping of XML #5

merged 1 commit into from
Mar 4, 2013

Conversation

regisd
Copy link
Contributor

@regisd regisd commented Mar 3, 2013

Right now `xml_escape returns a double escape string, eg:

xml_escape("Dracula's") == "Dracula'"

Instead, this test should pass:

assertEquals("Dracula's", xml_espcape("Dracula's")

assertEquals("Dracula's", xml_espcape("Dracula's")
quandyfactory added a commit that referenced this pull request Mar 4, 2013
@quandyfactory quandyfactory merged commit a420160 into quandyfactory:master Mar 4, 2013
@quandyfactory
Copy link
Owner

Thank you for catching this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants