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

- old
+ new

@@ -5,21 +5,15 @@ Paragraph *** Output of inspect *** md_el(:document,[md_par(["Paragraph"])],{},[]) *** Output of to_html *** - <p>Paragraph</p> - *** Output of to_latex *** Paragraph - - *** Output of to_md *** Paragraph - - *** Output of to_s *** Paragraph *** EOF *** @@ -30,7 +24,6 @@ *** Output of Markdown.pl *** <p>Paragraph</p> *** Output of Markdown.pl (parsed) *** -<p>Paragraph</p - > \ No newline at end of file +Error: #<NoMethodError: private method `write_children' called for <div> ... </>:REXML::Element>