tests/unittest/html2.md in maruku-0.5.6 vs tests/unittest/html2.md in maruku-0.5.7

- old
+ new

@@ -10,21 +10,16 @@ md_el(:document,[ md_par(["One ", md_html("<div></div>"), "123"]), md_html("<div></div>") ],{},[]) *** Output of to_html *** - <p>One <div />123</p> <div /> *** Output of to_latex *** One 123 - - *** Output of to_md *** One 123 - - *** Output of to_s *** One 123 *** EOF *** @@ -38,12 +33,6 @@ <div></div>123</p> <p><div></div>123</p> *** Output of Markdown.pl (parsed) *** -<p>One -<div/ - >123</p - ><p - ><div/ - >123</p - > \ No newline at end of file +Error: #<NoMethodError: private method `write_children' called for <div> ... </>:REXML::Element>