diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-28 19:15:30 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-07-28 19:15:30 +0000 |
commit | de72aea6b444c8e922605fdb0c1c8dafd75f534a (patch) | |
tree | 8b1400a55a04c504a85208f808752f4b9fe67784 /tests/writer.html | |
parent | 44b136740b7ab988b96ee67fb67d7395ef3823ce (diff) | |
download | pandoc-de72aea6b444c8e922605fdb0c1c8dafd75f534a.tar.gz |
Brought test suite up to date.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@828 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'tests/writer.html')
-rw-r--r-- | tests/writer.html | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/tests/writer.html b/tests/writer.html index fb501fdbf..6f24e511a 100644 --- a/tests/writer.html +++ b/tests/writer.html @@ -913,14 +913,18 @@ document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+'Email link'+'<\/'+'a'+'>') >Autolinks</h2 ><p >With an ampersand: <a href="http://example.com/?foo=1&bar=2" - >http://example.com/?foo=1&bar=2</a + ><code + >http://example.com/?foo=1&bar=2</code + ></a ></p ><ul ><li >In a list?</li ><li ><a href="http://example.com/" - >http://example.com/</a + ><code + >http://example.com/</code + ></a ></li ><li >It should.</li @@ -930,7 +934,7 @@ document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+'Email link'+'<\/'+'a'+'>') > <!-- h='nowhere.net';a='@';n='nobody';e=n+a+h; -document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+e+'<\/'+'a'+'>'); +document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+'<code>'+e+'</code>'+'<\/'+'a'+'>'); // --> </script ><noscript @@ -939,7 +943,9 @@ document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+e+'<\/'+'a'+'>'); ><blockquote ><p >Blockquoted: <a href="http://example.com/" - >http://example.com/</a + ><code + >http://example.com/</code + ></a ></p ></blockquote ><p @@ -1042,3 +1048,4 @@ document.write('<a h'+'ref'+'="ma'+'ilto'+':'+e+'">'+e+'<\/'+'a'+'>'); ></body ></html > + |