instiki/vendor/plugins/maruku/tests/unittest/bug_table.md
Jacques Distler 1085168bbf Update to latest HTML5lib, Add Maruku testdir
Sync with the latest html5lib.
Having the Maruku unit tests on-hand may be useful for debugging; so let's include them.
2008-01-08 00:01:35 -06:00

1.5 KiB

Write a comment here *** Parameters: *** {} # params *** Markdown input: ***

hello {: summary="Table summary" .class1 style="color:red"}

h h
{:t} c1 c2
{: summary="Table summary" .class1 style="color:red"}

{:t: scope="row"} *** Output of inspect *** md_el(:document,[ md_par(["hello"], "summary", "Table summary"], [:class, "class1"], ["style", "color:red"), md_el(:table,[ md_el(:head_cell,["h"],{},[]), md_el(:head_cell,["h"],{},[]), md_el(:cell,[" c1"],{},:ref, "t"), md_el(:cell,["c2"],{},[]) ],{:align=>[:left, :left]},"summary", "Table summary"], [:class, "class1"], ["style", "color:red"), md_el(:ald,[],{:ald=>"scope", "row",:ald_id=>"t"},[]) ],{},[]) *** Output of to_html ***

hello

hh
c1c2
*** Output of to_latex *** hello

\begin{tabular}{l|l} h&h\ \hline c1&c2\ \end{tabular} *** Output of to_md *** hello

hh c1c2 *** Output of to_s *** hellohh c1c2 *** EOF ***

OK!

*** Output of Markdown.pl ***

hello {: summary="Table summary" .class1 style="color:red"}

h | h ----------|-- {:t} c1 | c2 {: summary="Table summary" .class1 style="color:red"}

{:t: scope="row"}

*** Output of Markdown.pl (parsed) *** Error: #<NoMethodError: private method `write_children' called for

... </>:REXML::Element>