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