aboutsummaryrefslogtreecommitdiff
path: root/tests/rst-reader.native
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2012-09-27 15:40:09 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2012-09-27 15:40:09 -0700
commit731415a4e598adaac894865f72b935a742e569ec (patch)
treefc0f651e6cc97749689503289f4e01b31e9dfea2 /tests/rst-reader.native
parent1be27ffb3a9ff471febca95361761c326f8e0537 (diff)
downloadpandoc-731415a4e598adaac894865f72b935a742e569ec.tar.gz
RST reader: Support :target: on image substitutions.
Diffstat (limited to 'tests/rst-reader.native')
-rw-r--r--tests/rst-reader.native1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/rst-reader.native b/tests/rst-reader.native
index b49e9873e..d37ea7b60 100644
--- a/tests/rst-reader.native
+++ b/tests/rst-reader.native
@@ -226,6 +226,7 @@ Pandoc (Meta {docTitle = [Str "Pandoc",Space,Str "Test",Space,Str "Suite",Str ":
,Para [Image [Str "image"] ("lalune.jpg","")]
,Para [Image [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",Str "."]
+,Para [Str "And",Space,Str "an",Space,Link [Image [Str "A movie"] ("movie.jpg","")] ("/url",""),Str "."]
,Header 1 [Str "Comments"]
,Para [Str "First",Space,Str "paragraph"]
,Para [Str "Another",Space,Str "paragraph"]