aboutsummaryrefslogtreecommitdiff
path: root/tests/docx/inline_images.native
diff options
context:
space:
mode:
authorJesse Rosenthal <jrosenthal@jhu.edu>2016-11-02 12:09:34 -0400
committerJesse Rosenthal <jrosenthal@jhu.edu>2016-11-02 12:12:36 -0400
commit5684577da557b2fd3e44e648d1af94cb1367610f (patch)
tree340b017bf7a919c5e2bad019b6934a28077c97b9 /tests/docx/inline_images.native
parent378603c7703c26caa17d8b9d6c7692c96dc5a8c2 (diff)
downloadpandoc-5684577da557b2fd3e44e648d1af94cb1367610f.tar.gz
Docx reader/writer: Update tests for img title and alt
Closes #3204
Diffstat (limited to 'tests/docx/inline_images.native')
-rw-r--r--tests/docx/inline_images.native4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/docx/inline_images.native b/tests/docx/inline_images.native
index a361dc68c..389ae5db6 100644
--- a/tests/docx/inline_images.native
+++ b/tests/docx/inline_images.native
@@ -1,2 +1,2 @@
-[Para [Str "This",Space,Str "picture",Space,Image ("",[],[("width","0.8888888888888888in"),("height","0.8888888888888888in")]) [] ("media/image1.jpg",""),Space,Str "is",Space,Str "an",Space,Str "identicon."]
-,Para [Str "Here",Space,Str "is",Space,Link ("",[],[]) [Str "one",Space,Image ("",[],[("width","0.8888888888888888in"),("height","0.8888888888888888in")]) [] ("media/image2.jpg",""),Space,Str "that"] ("http://www.google.com",""),Space,Str "links."]]
+[Para [Str "This",Space,Str "picture",Space,Image ("",[],[("width","0.8888888888888888in"),("height","0.8888888888888888in")]) [Str "This",Space,Str "one",Space,Str "is",Space,Str "green",Space,Str "and",Space,Str "looks",Space,Str "like",Space,Str "Sideshow",Space,Str "Bob."] ("media/image1.jpg","First identicon"),Space,Str "is",Space,Str "an",Space,Str "identicon."]
+,Para [Str "Here",Space,Str "is",Space,Link ("",[],[]) [Str "one",Space,Image ("",[],[("width","0.8888888888888888in"),("height","0.8888888888888888in")]) [Str "This",Space,Str "one",Space,Str "is",Space,Str "reddish,",Space,Str "and",Space,Str "looks",Space,Str "like",Space,Str "a",Space,Str "heart",Space,Str "that",Space,Str "has",Space,Str "leaked",Space,Str "out."] ("media/image2.jpg","Second identicon"),Space,Str "that"] ("http://www.google.com",""),Space,Str "links."]]