From 968748dec1a913a1c48fc6d99d2ba37d3d7fe280 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Fri, 3 Dec 2010 22:15:05 -0800 Subject: Textile reader: updated test suite to include raw HTML. --- tests/textile-reader.native | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tests') 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 "",Space,Str "raw",Space,Str "HTML",Space,Str "inlines",Space,HtmlInline "",Space,Str "are",Space,Str "accepted",Str ",",Space,Str "as",Space,Str "well",Space,Str "as",Space,Str ":"] +, RawHtml "
" , Para [Str "any",Space,Strong [Str "Raw",Space,Str "HTML",Space,Str "Block"],Space,Str "with",Space,Str "bold",LineBreak] -, Null +, RawHtml "
" , Para [Str "Html",Space,Str "blocks",Space,Str "can",Space,Str "be"] -, Null +, RawHtml "
" , Para [Str "inlined"] -, Null +, RawHtml "
" , 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 "",Space,Str "will",Space,Str "produce",Space,Str "inline",Space,Str "html",Space,HtmlInline ""] ] ] , Para [Str "Can",Space,Str "you",Space,Str "prove",Space,Str "that",Space,Str "2",Space,Str "<",Space,Str "3",Space,Str "?"] ] -- cgit v1.2.3