From f1ebdb814514b998bbb650c9af58eb5cf4d09daa Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Wed, 1 Nov 2017 09:15:15 -0700 Subject: Updated command test for #3989. We didn't fix it completely before. --- test/command/3989.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'test/command/3989.md') 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 - -Hover over me - +foo +foo ^D -[Para [Span ("",[],[("data-toggle","tooltip"),("data-placement","right"),("data-html","true"),("title","1st line of text
2nd line of text")]) [SoftBreak,Str "Hover",Space,Str "over",Space,Str "me",SoftBreak]]] +[Para [Span ("",[],[("title","1st line of text
2nd line of text")]) [Str "foo"],SoftBreak,Span ("",[],[("title","1st line of text
2nd line of text")]) [Str "foo"]]] ``` -- cgit v1.2.3