summaryrefslogtreecommitdiff
path: root/test/command/3916.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/3916.md')
-rw-r--r--test/command/3916.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/test/command/3916.md b/test/command/3916.md
new file mode 100644
index 000000000..9ac0834d7
--- /dev/null
+++ b/test/command/3916.md
@@ -0,0 +1,11 @@
+```
+% pandoc -f textile -t native
+# text text
+<pre>blabla</pre>
+# more
+^D
+[OrderedList (1,DefaultStyle,DefaultDelim)
+ [[Plain [Str "text",Space,Str "text"]
+ ,CodeBlock ("",[],[]) "blabla"]
+ ,[Plain [Str "more"]]]]
+```