tests/unittest/alt.md in maruku-0.5.6 vs tests/unittest/alt.md in maruku-0.5.7
- old
+ new
@@ -6,21 +6,15 @@
*** Output of inspect ***
md_el(:document,[md_par([md_im_image(["bar"], "/foo.jpg", nil)])],{},[])
*** Output of to_html ***
-
<p><img src='/foo.jpg' alt='bar' /></p>
-
*** Output of to_latex ***
-
-
*** Output of to_md ***
bar
-
-
*** Output of to_s ***
bar
*** EOF ***
@@ -31,9 +25,6 @@
*** Output of Markdown.pl ***
<p><img src="/foo.jpg" alt="bar" title="" /></p>
*** Output of Markdown.pl (parsed) ***
-<p
- ><img title='' src='/foo.jpg' alt='bar'/
- ></p
- >
\ No newline at end of file
+Error: #<NoMethodError: private method `write_children' called for <div> ... </>:REXML::Element>