aboutsummaryrefslogtreecommitdiff
path: root/test/command
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2021-09-10 09:50:05 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2021-09-10 09:50:05 -0700
commit0216a2f5047dd78ecc3c26659281a8b629a83de0 (patch)
treea6f6566678761d0d528094880586516e0502dab1 /test/command
parent12b3ee3787043f4c072c338762a5928c84ce5b5f (diff)
downloadpandoc-0216a2f5047dd78ecc3c26659281a8b629a83de0.tar.gz
Org reader: don't parse a list as first item in a list item.
Closes #7557.
Diffstat (limited to 'test/command')
-rw-r--r--test/command/7557.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/command/7557.md b/test/command/7557.md
new file mode 100644
index 000000000..a62a3f14b
--- /dev/null
+++ b/test/command/7557.md
@@ -0,0 +1,7 @@
+```
+% 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"]]]]
+```