mbklein / equivalent-xml

Easy equivalency tests for Nokogiri and Oga XML
MIT License
94 stars 29 forks source link

0.5.0 stopped ignoring xml declaration #24

Closed jcoyne closed 10 years ago

jcoyne commented 10 years ago
     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 commented 10 years ago

Fixed by 4d80f351e29ce98f0427615b71dba2e86c862069