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

0.5.0 stopped ignoring xml declaration #24

Closed
jcoyne opened this issue Jul 16, 2014 · 1 comment
Closed

0.5.0 stopped ignoring xml declaration #24

jcoyne opened this issue Jul 16, 2014 · 1 comment

Comments

@jcoyne
Copy link
Contributor

jcoyne commented Jul 16, 2014

     Failure/Error: doc.should be_equivalent_to expected_result
       expected:
       <test_document><foo/><test_xml/></test_document>
       got:
       <?xml version="1.0"?>
       <test_document>
         <foo/>
         <test_xml/>
       </test_document>
@mbklein
Copy link
Owner

mbklein commented Jul 16, 2014

Fixed by 4d80f35

@mbklein mbklein closed this as completed Jul 16, 2014
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

No branches or pull requests

2 participants