aboutsummaryrefslogtreecommitdiff
path: root/tests/output/Hash.html
diff options
context:
space:
mode:
authorDavid Waern <david.waern@gmail.com>2008-11-23 17:13:21 +0000
committerDavid Waern <david.waern@gmail.com>2008-11-23 17:13:21 +0000
commit0183315fa02a5fd2046103a4f0d431fb033547a4 (patch)
tree520bd89176b5d9ac7555137b4ee277aeca4891aa /tests/output/Hash.html
parent9f5e97684ae513a7465a9a8a6ff962d45066d243 (diff)
FIX #45: generate two anchors for each name
We generate two anchor tags for each name, one where we don't escape the name and one where we URI-encode it. This is for compatibility between IE and Opera. Test output is updated.
Diffstat (limited to 'tests/output/Hash.html')
-rw-r--r--tests/output/Hash.html22
1 files changed, 20 insertions, 2 deletions
diff --git a/tests/output/Hash.html b/tests/output/Hash.html
index f89c2419..7dcb3371 100644
--- a/tests/output/Hash.html
+++ b/tests/output/Hash.html
@@ -208,10 +208,12 @@
><TR
><TD CLASS="section1"
><A NAME="1"
+><A NAME="1"
>The <TT
>HashTable</TT
> type
</A
+></A
></TD
></TR
><TR
@@ -222,7 +224,9 @@
><TD CLASS="decl"
><SPAN CLASS="keyword"
>data</SPAN
-> <A NAME="t%3AHashTable"
+> <A NAME="t:HashTable"
+><A NAME="t%3AHashTable"
+></A
></A
><B
>HashTable</B
@@ -255,10 +259,12 @@
><TR
><TD CLASS="section2"
><A NAME="2"
+><A NAME="2"
>Operations on <TT
>HashTable</TT
>s
</A
+></A
></TD
></TR
><TR
@@ -267,8 +273,10 @@
></TR
><TR
><TD CLASS="decl"
+><A NAME="v:new"
><A NAME="v%3Anew"
></A
+></A
><B
>new</B
> :: (Eq key, <A HREF="Hash.html#t%3AHash"
@@ -288,8 +296,10 @@
></TR
><TR
><TD CLASS="decl"
+><A NAME="v:insert"
><A NAME="v%3Ainsert"
></A
+></A
><B
>insert</B
> :: (Eq key, <A HREF="Hash.html#t%3AHash"
@@ -307,8 +317,10 @@
></TR
><TR
><TD CLASS="decl"
+><A NAME="v:lookup"
><A NAME="v%3Alookup"
></A
+></A
><B
>lookup</B
> :: <A HREF="Hash.html#t%3AHash"
@@ -334,10 +346,12 @@
><TR
><TD CLASS="section1"
><A NAME="3"
+><A NAME="3"
>The <TT
>Hash</TT
> class
</A
+></A
></TD
></TR
><TR
@@ -348,7 +362,9 @@
><TD CLASS="decl"
><SPAN CLASS="keyword"
>class</SPAN
-> <A NAME="t%3AHash"
+> <A NAME="t:Hash"
+><A NAME="t%3AHash"
+></A
></A
><B
>Hash</B
@@ -377,8 +393,10 @@
><TABLE CLASS="vanilla" CELLSPACING="0" CELLPADDING="0"
><TR
><TD CLASS="decl"
+><A NAME="v:hash"
><A NAME="v%3Ahash"
></A
+></A
><B
>hash</B
> :: a -&gt; Int</TD