From 50d08ec2c3892076bde53b66f1b728e4bf23ab97 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 23 Jan 2011 00:05:35 -0800 Subject: Textile reader: Added code blocks with bc. --- tests/textile-reader.native | 1 + tests/textile-reader.textile | 3 +++ 2 files changed, 4 insertions(+) (limited to 'tests') 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 @ \[ \{ +bc. Code block with .bc + continued + @