aboutsummaryrefslogtreecommitdiff
path: root/test/rst-reader.native
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-02-26 23:40:31 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-02-26 23:40:31 +0100
commit99b39ffc1726a86e6a6ad45ef6b81a28b46594ef (patch)
tree6ef2a77f1bc5c0e670f209b8ba2a4ecd1c1d480d /test/rst-reader.native
parent092c8f7732858d378f81dd2ff1f1fe16d10746ab (diff)
downloadpandoc-99b39ffc1726a86e6a6ad45ef6b81a28b46594ef.tar.gz
RST reader: support scale and align attributes of images.
Closes #2662.
Diffstat (limited to 'test/rst-reader.native')
-rw-r--r--test/rst-reader.native2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rst-reader.native b/test/rst-reader.native
index bc4641a3f..724c23b03 100644
--- a/test/rst-reader.native
+++ b/test/rst-reader.native
@@ -223,7 +223,7 @@ Pandoc (Meta {unMeta = fromList [("author",MetaList [MetaInlines [Str "John",Spa
,Header 1 ("images",[],[]) [Str "Images"]
,Para [Str "From",Space,Quoted DoubleQuote [Str "Voyage",Space,Str "dans",Space,Str "la",Space,Str "Lune"],Space,Str "by",Space,Str "Georges",Space,Str "Melies",Space,Str "(1902):"]
,Para [Image ("",[],[]) [Str "image"] ("lalune.jpg","")]
-,Para [Image ("",[],[("height","2343")]) [Str "Voyage dans la Lune"] ("lalune.jpg","")]
+,Para [Image ("",[],[("height","2343px")]) [Str "Voyage dans la Lune"] ("lalune.jpg","")]
,Para [Str "Here",Space,Str "is",Space,Str "a",Space,Str "movie",Space,Image ("",[],[]) [Str "movie"] ("movie.jpg",""),Space,Str "icon."]
,Para [Str "And",Space,Str "an",Space,Link ("",[],[]) [Image ("",[],[]) [Str "A movie"] ("movie.jpg","")] ("/url",""),Str "."]
,Header 1 ("comments",[],[]) [Str "Comments"]