Sha256: dbe1959fb9a21d24e2a564e64ecaeec106f54a3905103b1452d0c2145f140125
Contents?: true
Size: 871 Bytes
Versions: 3
Compression:
Stored size: 871 Bytes
Contents
Write a comment abouth the test here. *** Parameters: *** {} *** Markdown input: *** * * * *** ***** - - - --------------------------------------- *** Output of inspect *** md_el(:document,[ md_el(:hrule,[],{},[]), md_el(:hrule,[],{},[]), md_el(:hrule,[],{},[]), md_el(:hrule,[],{},[]), md_el(:hrule,[],{},[]) ],{},[]) *** Output of to_html *** <hr /><hr /><hr /><hr /><hr /> *** Output of to_latex *** \vspace{.5em} \hrule \vspace{.5em} \vspace{.5em} \hrule \vspace{.5em} \vspace{.5em} \hrule \vspace{.5em} \vspace{.5em} \hrule \vspace{.5em} \vspace{.5em} \hrule \vspace{.5em} *** Output of to_md *** *** Output of to_s *** *** EOF *** OK! *** Output of Markdown.pl *** <hr /> <hr /> <hr /> <hr /> <hr /> *** Output of Markdown.pl (parsed) *** Error: #<NoMethodError: private method `write_children' called for <div> ... </>:REXML::Element>
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
maruku-0.5.7 | tests/unittest/hrule.md |
maruku-0.5.8 | tests/unittest/hrule.md |
maruku-0.5.9 | tests/unittest/hrule.md |