summaryrefslogtreecommitdiff
path: root/tests/textile-reader.native
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2011-01-23 00:05:35 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2011-01-23 00:05:35 -0800
commit50d08ec2c3892076bde53b66f1b728e4bf23ab97 (patch)
tree2f8b8632ea64909e3092e1f8a8f7fb3a155fa4d9 /tests/textile-reader.native
parent9f99c39cafabf1438c195c61e2bea785b529f0c0 (diff)
Textile reader: Added code blocks with bc.
Diffstat (limited to 'tests/textile-reader.native')
-rw-r--r--tests/textile-reader.native1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/textile-reader.native b/tests/textile-reader.native
index f571c149a..a00507282 100644
--- a/tests/textile-reader.native
+++ b/tests/textile-reader.native
@@ -24,6 +24,7 @@ Pandoc (Meta {docTitle = [], docAuthors = [], docDate = []})
,CodeBlock ("",[],[]) " ---- (should be four hyphens)\n\n sub status {\n print \"working\";\n }\n\n this code block is indented by one tab"
,Para [Str "And",Str ":"]
,CodeBlock ("",[],[]) " this code block is indented by two tabs\n\n These should not be escaped: \\$ \\\\ \\> \\[ \\{"
+,CodeBlock ("",[],[]) "Code block with .bc\n continued\n @</\\\n"
,Header 1 [Str "Lists"]
,Header 2 [Str "Unordered"]
,Para [Str "Asterisks",Space,Str "tight",Str ":"]