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

- old
+ new

@@ -22,11 +22,10 @@ md_el(:code,[],{:raw_code=>"<code goes here>"},[]) ],{:want_my_paragraph=>true},[]) ],{},[]) ],{},[]) *** Output of to_html *** - <ul> <li> <p>A list item with a blockquote:</p> <blockquote> @@ -38,11 +37,10 @@ <p>A list item with a code block:</p> <pre><code>&lt;code goes here&gt;</code></pre> </li> </ul> - *** Output of to_latex *** \begin{itemize}% \item A list item with a blockquote: \begin{quote}% @@ -55,18 +53,15 @@ \begin{verbatim}<code goes here>\end{verbatim} \end{itemize} - *** Output of to_md *** - list item with a blockquote: This is a blockquote inside a list item. - list item with a code block: - - *** Output of to_s *** A list item with a blockquote:This is a blockquote inside a list item.A list item with a code block: *** EOF *** @@ -88,29 +83,6 @@ <pre><code>&lt;code goes here&gt; </code></pre></li> </ul> *** Output of Markdown.pl (parsed) *** -<ul> -<li - ><p>A list item with a blockquote:</p - > - -<blockquote> - <p>This is a blockquote - inside a list item.</p - > -</blockquote - ></li - > -<li - ><p>A list item with a code block:</p - > - -<pre - ><code>&lt;code goes here&gt; -</code - ></pre - ></li - > -</ul - > \ No newline at end of file +Error: #<NoMethodError: private method `write_children' called for <div> ... </>:REXML::Element>