aboutsummaryrefslogtreecommitdiff
path: root/tests/writer.html
diff options
context:
space:
mode:
authorfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-28 19:15:30 +0000
committerfiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b>2007-07-28 19:15:30 +0000
commitde72aea6b444c8e922605fdb0c1c8dafd75f534a (patch)
tree8b1400a55a04c504a85208f808752f4b9fe67784 /tests/writer.html
parent44b136740b7ab988b96ee67fb67d7395ef3823ce (diff)
downloadpandoc-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.html15
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&amp;bar=2"
- >http://example.com/?foo=1&amp;bar=2</a
+ ><code
+ >http://example.com/?foo=1&amp;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='&#110;&#x6f;&#x77;&#104;&#x65;&#114;&#x65;&#46;&#110;&#x65;&#116;';a='&#64;';n='&#110;&#x6f;&#98;&#x6f;&#100;&#x79;';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
>
+