summaryrefslogtreecommitdiff
path: root/test/command/4171.md
diff options
context:
space:
mode:
authorAlexander Krotov <ilabdsf@gmail.com>2017-12-21 16:36:29 +0300
committerAlexander Krotov <ilabdsf@gmail.com>2017-12-21 16:36:29 +0300
commitd035689a0646261d7a4731e39bce7dbf85187773 (patch)
tree6488bec057f75aac850d39818852ac9a68ec6b70 /test/command/4171.md
parent0405c5b461ee8d9a57eacc5ff2b44fafa5c0637f (diff)
Org writer: do not wrap "-" to avoid accidental bullet lists
Also add TODO for ordered lists.
Diffstat (limited to 'test/command/4171.md')
-rw-r--r--test/command/4171.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/command/4171.md b/test/command/4171.md
index 3256d4673..42b4576e3 100644
--- a/test/command/4171.md
+++ b/test/command/4171.md
@@ -23,3 +23,12 @@ a
[fn:1] b
```
+
+Similar bug: "-" should not be wrapped:
+```
+% pandoc -f org -t org
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa - abc
+^D
+aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa -
+abc
+```