summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-11-01 09:15:15 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2017-11-01 09:15:15 -0700
commitf1ebdb814514b998bbb650c9af58eb5cf4d09daa (patch)
treeef10b108f39af5f526271f5749a95b91ec2d58d3
parent00b64f337da635e3cb2fb4bd473d606f48653eb5 (diff)
Updated command test for #3989.
We didn't fix it completely before.
-rw-r--r--test/command/3989.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/test/command/3989.md b/test/command/3989.md
index 643de9f5d..32b5e0574 100644
--- a/test/command/3989.md
+++ b/test/command/3989.md
@@ -1,9 +1,7 @@
```
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>
+<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 ("",[],[("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]]]
+[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"]]]
```