summaryrefslogtreecommitdiff
path: root/tests/textile-reader.native
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2010-12-07 18:28:36 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2010-12-07 18:28:36 -0800
commitf917b46500377df2c5b33b9c9a7827e00650a29f (patch)
tree80b824a39dc4770358fe3fa8068289c4f69796d3 /tests/textile-reader.native
parent6ef8a363dc8d85bd05e0e93c3f6daddbec5fd63f (diff)
Textile reader: implemented acronyms, (tm), (r), (c).
Diffstat (limited to 'tests/textile-reader.native')
-rw-r--r--tests/textile-reader.native8
1 files changed, 7 insertions, 1 deletions
diff --git a/tests/textile-reader.native b/tests/textile-reader.native
index d657521e6..613c6ac6b 100644
--- a/tests/textile-reader.native
+++ b/tests/textile-reader.native
@@ -125,4 +125,10 @@ Pandoc (Meta {docTitle = [Str ""], docAuthors = [[Str ""]], docDate = [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,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 "?"] ]
+, Para [Str "Can",Space,Str "you",Space,Str "prove",Space,Str "that",Space,Str "2",Space,Str "<",Space,Str "3",Space,Str "?"]
+, Header 1 [Str "Acronyms",Space,Str "and",Space,Str "marks"]
+, Para [Str "PBS"]
+, Para [Str "Hi",Str "\8482"]
+, Para [Str "Hi",Space,Str "\8482"]
+, Para [Str "\174",Space,Str "Hi",Str "\174"]
+, Para [Str "Hi",Str "\169",Str "2008",Space,Str "\169",Space,Str "2008"] ]