aboutsummaryrefslogtreecommitdiff
path: root/test/command/7557.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/7557.md')
-rw-r--r--test/command/7557.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/command/7557.md b/test/command/7557.md
new file mode 100644
index 000000000..c837d0b3c
--- /dev/null
+++ b/test/command/7557.md
@@ -0,0 +1,20 @@
+```
+% pandoc -f org -t native
+- 11. and 12. 09. meeting
+^D
+[ BulletList
+ [ [ Plain
+ [ Str "11."
+ , Space
+ , Str "and"
+ , Space
+ , Str "12."
+ , Space
+ , Str "09."
+ , Space
+ , Str "meeting"
+ ]
+ ]
+ ]
+]
+```