aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
Diffstat (limited to 'test/command')
-rw-r--r--test/command/5285.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/command/5285.md b/test/command/5285.md
new file mode 100644
index 000000000..780812761
--- /dev/null
+++ b/test/command/5285.md
@@ -0,0 +1,15 @@
+```
+% pandoc -t native
+- a
+
+ b
+- a
+
+- b
+^D
+[BulletList
+ [[Para [Str "a"]
+ ,Para [Str "b"]]
+ ,[Para [Str "a"]]
+ ,[Para [Str "b"]]]]
+```