summaryrefslogtreecommitdiff
path: root/test/command/3989.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/3989.md')
-rw-r--r--test/command/3989.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/command/3989.md b/test/command/3989.md
new file mode 100644
index 000000000..bf078b2e4
--- /dev/null
+++ b/test/command/3989.md
@@ -0,0 +1,7 @@
+```
+pandoc -f markdown -t native
+<span title="1st line of text <br> 2nd line of text">foo</span>
+ <span title="1st line of text <br> 2nd line of text">foo</span>
+^D
+[Para [Span ("",[],[("title","1st line of text <br> 2nd line of text")]) [Str "foo"],SoftBreak,Span ("",[],[("title","1st line of text <br> 2nd line of text")]) [Str "foo"]]]
+```