aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/textile-reader.native1
-rw-r--r--tests/textile-reader.textile2
2 files changed, 3 insertions, 0 deletions
diff --git a/tests/textile-reader.native b/tests/textile-reader.native
index a00507282..9c971c105 100644
--- a/tests/textile-reader.native
+++ b/tests/textile-reader.native
@@ -25,6 +25,7 @@ Pandoc (Meta {docTitle = [], docAuthors = [], docDate = []})
,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"
+,Para [Str "Inline",Space,Str "code",Str ":",Space,Code "<tt>",Str ",",Space,Code "@",Str "."]
,Header 1 [Str "Lists"]
,Header 2 [Str "Unordered"]
,Para [Str "Asterisks",Space,Str "tight",Str ":"]
diff --git a/tests/textile-reader.textile b/tests/textile-reader.textile
index 9fa90bb32..4ae47ea20 100644
--- a/tests/textile-reader.textile
+++ b/tests/textile-reader.textile
@@ -66,6 +66,8 @@ bc. Code block with .bc
continued
@</\
+Inline code: @<tt>@, <tt>@</tt>.
+
h1. Lists
h2. Unordered