summaryrefslogtreecommitdiff
path: root/tests/textile-reader.native
diff options
context:
space:
mode:
authorpaul.rivier <paul.r.ml@gmail.com>2010-12-09 13:40:42 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2010-12-09 09:25:46 -0800
commitbb609a85e3db8a25fbfac30858c8637eb6664fd6 (patch)
treefc6129280f3fba59d971e3aa0965d4afd0231d5a /tests/textile-reader.native
parent88a40685b8d79dd97d16e2b3988e0e927ec24ec0 (diff)
textile redcloth definition lists
Diffstat (limited to 'tests/textile-reader.native')
-rw-r--r--tests/textile-reader.native14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/textile-reader.native b/tests/textile-reader.native
index 683ebd39b..957ebeb35 100644
--- a/tests/textile-reader.native
+++ b/tests/textile-reader.native
@@ -52,6 +52,20 @@ Pandoc (Meta {docTitle = [], docAuthors = [], docDate = []})
, BulletList
[ [ Plain [Str "ui",Space,Str "2",Str ".",Str "1",Str ".",Str "1"] ]
, [ Plain [Str "ui",Space,Str "2",Str ".",Str "1",Str ".",Str "2"] ] ] ] ] ] ]
+, Header 2 [Str "Definition",Space,Str "List"]
+, DefinitionList
+ [ ([Str "coffee"],
+ [ [ Plain [Str "Hot",Space,Str "and",Space,Str "black"] ]
+ ])
+ , ([Str "tea"],
+ [ [ Plain [Str "Also",Space,Str "hot",Str ",",Space,Str "but",Space,Str "a",Space,Str "little",Space,Str "less",Space,Str "black"] ]
+ ])
+ , ([Str "milk"],
+ [ [ Para [Str "Nourishing",Space,Str "beverage",Space,Str "for",Space,Str "baby",Space,Str "cows",Str "."]
+ , Para [Str "Cold",Space,Str "drink",Space,Str "that",Space,Str "goes",Space,Str "great",Space,Str "with",Space,Str "cookies",Str "."] ]])
+ , ([Str "beer"],
+ [ [ Plain [Str "fresh",Space,Str "and",Space,Str "bitter"] ]
+ ]) ]
, Header 1 [Str "Inline",Space,Str "Markup"]
, Para [Str "This",Space,Str "is",Space,Emph [Str "emphasized"],Str ",",Space,Str "and",Space,Str "so",Space,Emph [Str "is",Space,Str "this"],Str ".",LineBreak,Str "This",Space,Str "is",Space,Strong [Str "strong"],Str ",",Space,Str "and",Space,Str "so",Space,Strong [Str "is",Space,Str "this"],Str ".",LineBreak,Str "A",Space,Link [Strong [Str "strong",Space,Str "link"]] ("http://www.foobar.com",""),Str "."]
, Para [Emph [Strong [Str "This",Space,Str "is",Space,Str "strong",Space,Str "and",Space,Str "em",Str "."]],LineBreak,Str "So",Space,Str "is",Space,Strong [Emph [Str "this"]],Space,Str "word",Space,Str "and",Space,Emph [Strong [Str "that",Space,Str "one"]],Str ".",LineBreak,Strikeout [Str "This",Space,Str "is",Space,Str "strikeout",Space,Str "and",Space,Strong [Str "strong"]]]