diff options
author | John MacFarlane <jgm@berkeley.edu> | 2010-12-03 22:15:05 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2010-12-03 23:10:52 -0800 |
commit | 968748dec1a913a1c48fc6d99d2ba37d3d7fe280 (patch) | |
tree | e6840856338dcacf8f261aa7fa74d8769da2c11f /tests | |
parent | f415e9e1194972baa2743a5c63cb07023d494925 (diff) | |
download | pandoc-968748dec1a913a1c48fc6d99d2ba37d3d7fe280.tar.gz |
Textile reader: updated test suite to include raw HTML.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/textile-reader.native | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tests/textile-reader.native b/tests/textile-reader.native index f7d88438a..999521942 100644 --- a/tests/textile-reader.native +++ b/tests/textile-reader.native @@ -113,16 +113,16 @@ Pandoc (Meta {docTitle = [Str ""], docAuthors = [[Str ""]], docDate = [Str ""]}) , [ Plain [Str "24"] ] , [ Plain [Str "f"] ] ] ] , Header 1 [Str "Raw",Space,Str "HTML"] -, Para [Str "However",Str ",",Space,Str "raw",Space,Str "HTML",Space,Str "inlines",Space,Str "are",Space,Str "accepted",Str ",",Space,Str "as",Space,Str "well",Space,Str "as",Space,Str ":"] -, Null +, Para [Str "However",Str ",",Space,HtmlInline "<strong>",Space,Str "raw",Space,Str "HTML",Space,Str "inlines",Space,HtmlInline "</strong>",Space,Str "are",Space,Str "accepted",Str ",",Space,Str "as",Space,Str "well",Space,Str "as",Space,Str ":"] +, RawHtml "<div class=\"foobar\">" , Para [Str "any",Space,Strong [Str "Raw",Space,Str "HTML",Space,Str "Block"],Space,Str "with",Space,Str "bold",LineBreak] -, Null +, RawHtml "</div>" , Para [Str "Html",Space,Str "blocks",Space,Str "can",Space,Str "be"] -, Null +, RawHtml "<div>" , Para [Str "inlined"] -, Null +, RawHtml "</div>" , Para [Str "as",Space,Str "well",Str "."] , BulletList [ [ Plain [Str "this",Space,Str "<",Str "div",Str ">",Space,Str "won",Str "'",Str "t",Space,Str "produce",Space,Str "raw",Space,Str "html",Space,Str "blocks",Space,Str "<",Str "/div",Str ">"] ] - , [ Plain [Str "but",Space,Str "this",Space,Str "",Space,Str "will",Space,Str "produce",Space,Str "inline",Space,Str "html",Space,Str ""] ] ] + , [ Plain [Str "but",Space,Str "this",Space,HtmlInline "<strong>",Space,Str "will",Space,Str "produce",Space,Str "inline",Space,Str "html",Space,HtmlInline "</strong>"] ] ] , Para [Str "Can",Space,Str "you",Space,Str "prove",Space,Str "that",Space,Str "2",Space,Str "<",Space,Str "3",Space,Str "?"] ] |