aboutsummaryrefslogtreecommitdiff
path: root/test/command/3989.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/3989.md')
-rw-r--r--test/command/3989.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/test/command/3989.md b/test/command/3989.md
new file mode 100644
index 000000000..643de9f5d
--- /dev/null
+++ b/test/command/3989.md
@@ -0,0 +1,9 @@
+```
+pandoc -f markdown -t native
+<span data-toggle="tooltip" data-placement="right" data-html="true"
+title="1st line of text <br> 2nd line of text">
+Hover over me
+</span>
+^D
+[Para [Span ("",[],[("data-toggle","tooltip"),("data-placement","right"),("data-html","true"),("title","1st line of text <br> 2nd line of text")]) [SoftBreak,Str "Hover",Space,Str "over",Space,Str "me",SoftBreak]]]
+```