diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/textile-reader.native | 2 | ||||
-rw-r--r-- | tests/textile-reader.textile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/textile-reader.native b/tests/textile-reader.native index a97869f06..71d9774b3 100644 --- a/tests/textile-reader.native +++ b/tests/textile-reader.native @@ -123,7 +123,7 @@ Pandoc (Meta {docTitle = [], docAuthors = [], docDate = []}) ,Header 1 ("",[],[]) [Str "Images"] ,Para [Str "Textile",Space,Str "inline",Space,Str "image",Space,Str "syntax",Str ",",Space,Str "like",Space,LineBreak,Str "here",Space,Image [Str "this is the alt text"] ("this_is_an_image.png","this is the alt text"),LineBreak,Str "and",Space,Str "here",Space,Image [Str ""] ("this_is_an_image.png",""),Str "."] ,Header 1 ("",[],[]) [Str "Attributes"] -,Header 2 ("",[],[]) [Str "HTML",Space,Str "and",Space,Str "CSS",Space,Str "attributes",Space,Str "are",Space,Str "ignored"] +,Header 2 ("ident",["bar","foo"],[("style","color:red"),("lang","en")]) [Str "HTML",Space,Str "and",Space,Str "CSS",Space,Str "attributes",Space,Str "are",Space,Str "parsed",Space,Str "in",Space,Str "headers",Str "."] ,Para [Str "as",Space,Str "well",Space,Str "as",Space,Strong [Str "inline",Space,Str "attributes"],Space,Str "of",Space,Str " all kind"] ,Para [Str "and",Space,Str "paragraph",Space,Str "attributes",Str ",",Space,Str "and",Space,Str "table",Space,Str "attributes",Str "."] ,Table [] [AlignDefault,AlignDefault,AlignDefault] [0.0,0.0,0.0] diff --git a/tests/textile-reader.textile b/tests/textile-reader.textile index 067cf690a..5d5a6c593 100644 --- a/tests/textile-reader.textile +++ b/tests/textile-reader.textile @@ -193,7 +193,7 @@ and here !this_is_an_image.png!. h1. Attributes -h2{color:red}. HTML and CSS attributes are ignored +h2[en]{color:red}(foo bar #ident). HTML and CSS attributes are parsed in headers. as well as *(foo)inline attributes* of %{color:red} all kind% |