aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
Diffstat (limited to 'test/command')
-rw-r--r--test/command/5285.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/test/command/5285.md b/test/command/5285.md
index 780812761..6085ec1a9 100644
--- a/test/command/5285.md
+++ b/test/command/5285.md
@@ -13,3 +13,20 @@
,[Para [Str "a"]]
,[Para [Str "b"]]]]
```
+
+```
+% pandoc -t native
+- foo
+
+ foo
+- foo
+
+ > foo
+^D
+[BulletList
+ [[Para [Str "foo"]
+ ,Para [Str "foo"]]
+ ,[Para [Str "foo"]
+ ,BlockQuote
+ [Para [Str "foo"]]]]]
+```