diff options
Diffstat (limited to 'tests/html-tests/tests/B.html.ref')
-rw-r--r-- | tests/html-tests/tests/B.html.ref | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/tests/html-tests/tests/B.html.ref b/tests/html-tests/tests/B.html.ref index bbb67c2a..f81460ed 100644 --- a/tests/html-tests/tests/B.html.ref +++ b/tests/html-tests/tests/B.html.ref @@ -41,6 +41,22 @@ window.onload = function () {pageLoad();setSynopsis("mini_B.html");}; ><p class="caption" >B</p ></div + ><div id="synopsis" + ><p id="control.syn" class="caption expander" onclick="toggleSection('syn')" + >Synopsis</p + ><ul id="section.syn" class="hide" onclick="toggleSection('syn')" + ><li class="src short" + >module <a href="" + >A</a + ></li + ><li class="src short" + ><a href="" + >test</a + > :: <a href="" + >Int</a + ></li + ></ul + ></div ><div id="interface" ><h1 >Documentation</h1 @@ -50,6 +66,42 @@ window.onload = function () {pageLoad();setSynopsis("mini_B.html");}; >A</a ></p ></div + ><div class="top" + ><p class="src" + ><a name="v:test" class="def" + >test</a + > :: <a href="" + >Int</a + ></p + ><div class="doc" + ><p + >This link shouldn't work: <code + >other</code + >. + These links should work: <code + ><a href="" + >other</a + ></code + >, <code + ><a href="" + >sortBy</a + ></code + >, <code + ><a href="" + >test2</a + ></code + >, <code + ><a href="" + >test2</a + ></code + >, <code + ><a href="" + >fromMaybe</a + ></code + >. +</p + ></div + ></div ></div ></div ><div id="footer" |