summaryrefslogtreecommitdiff
path: root/test/command/4171.md
diff options
context:
space:
mode:
authorAlexander Krotov <ilabdsf@gmail.com>2017-12-19 13:16:08 +0300
committerAlexander Krotov <ilabdsf@gmail.com>2017-12-19 13:30:48 +0300
commitef8430e70269d0332f802986c9ef570faad8faa0 (patch)
treeed8d05dbf6d8b3e3043ab8e8631927323cf72170 /test/command/4171.md
parent46d3c95ecd863d1385299ffb8e2b330e1fbdb2c1 (diff)
Fix for #4171 fix: don't wrap note references after SoftBreak
Diffstat (limited to 'test/command/4171.md')
-rw-r--r--test/command/4171.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/command/4171.md b/test/command/4171.md
index 649263638..3256d4673 100644
--- a/test/command/4171.md
+++ b/test/command/4171.md
@@ -9,3 +9,17 @@ a
[fn:1] b
```
+
+
+```
+% pandoc -f org -t org
+Aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
+ [fn:1] a
+
+[fn:1] b
+^D
+Aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa [fn:1]
+a
+
+[fn:1] b
+```