aboutsummaryrefslogtreecommitdiff
path: root/tests/testsuite.native
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-28 02:42:14 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-28 02:42:14 +0000
commit0928f650b1fb656bc160815fc12132b1b4997257 (patch)
tree51190ddc45672d23b9274333b963b0e70bef8329 /tests/testsuite.native
parent06208f4e25d7f700fbe2ff3bb7de9d981b3f9bf2 (diff)
downloadpandoc-0928f650b1fb656bc160815fc12132b1b4997257.tar.gz
Updated testsuite.native - autolinks should have the
URL in Code, not Str. git-svn-id: https://pandoc.googlecode.com/svn/trunk@812 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/testsuite.native')
-rw-r--r--tests/testsuite.native4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testsuite.native b/tests/testsuite.native
index 3fc3cbfd7..680749363 100644
--- a/tests/testsuite.native
+++ b/tests/testsuite.native
@@ -346,9 +346,9 @@ Pandoc (Meta [Str "Pandoc",Space,Str "Test",Space,Str "Suite"] ["John MacFarlane
[ [ Plain [Str "In",Space,Str "a",Space,Str "list?"] ]
, [ Plain [Link [Str "http://example.com/"] ("http://example.com/","")] ]
, [ Plain [Str "It",Space,Str "should",Str "."] ] ]
-, Para [Str "An",Space,Str "e",Str "-",Str "mail",Space,Str "address:",Space,Link [Str "nobody@nowhere.net"] ("mailto:nobody@nowhere.net","")]
+, Para [Str "An",Space,Str "e",Str "-",Str "mail",Space,Str "address:",Space,Link [Code "nobody@nowhere.net"] ("mailto:nobody@nowhere.net","")]
, BlockQuote
- [ Para [Str "Blockquoted:",Space,Link [Str "http://example.com/"] ("http://example.com/","")] ]
+ [ Para [Str "Blockquoted:",Space,Link [Code "http://example.com/"] ("http://example.com/","")] ]
, Para [Str "Auto",Str "-",Str "links",Space,Str "should",Space,Str "not",Space,Str "occur",Space,Str "here:",Space,Code "<http://example.com/>"]
, CodeBlock "or here: <http://example.com/>"