diff options
| author | Ben Gamari <ben@smart-cactus.org> | 2016-02-08 17:56:17 +0100 | 
|---|---|---|
| committer | Ben Gamari <ben@smart-cactus.org> | 2016-02-08 17:56:17 +0100 | 
| commit | f84ddf06c9daf86a2e15bf44cf877ce2324967cf (patch) | |
| tree | 6dc24b56fdf8d99d0d798c25621ae4f205af57a3 /html-test/ref/Bug26.html | |
| parent | 228a0d72baa04be161b0fc918266f2edb0c6519b (diff) | |
| parent | 8410dd341a1730f708af3f0d96d13f2b5f7b9df5 (diff) | |
Merge branch 'anchors-redux'
Diffstat (limited to 'html-test/ref/Bug26.html')
| -rw-r--r-- | html-test/ref/Bug26.html | 28 | 
1 files changed, 20 insertions, 8 deletions
| diff --git a/html-test/ref/Bug26.html b/html-test/ref/Bug26.html index 6537e30b..16251c0b 100644 --- a/html-test/ref/Bug26.html +++ b/html-test/ref/Bug26.html @@ -83,9 +83,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug26.html")  	>Documentation</h1  	><div class="top"  	><p class="src" -	  ><a href="#" id="v:f" class="def" +	  ><a id="v:f" class="def"  	    >f</a -	    > :: ()</p +	    > :: () <a href="#" class="selflink" +	    >#</a +	    ></p  	  ><div class="doc"  	  ><p  	    >Foo</p @@ -97,9 +99,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug26.html")  	  ></div  	><div class="top"  	><p class="src" -	  ><a href="#" id="v:g" class="def" +	  ><a id="v:g" class="def"  	    >g</a -	    > :: ()</p +	    > :: () <a href="#" class="selflink" +	    >#</a +	    ></p  	  ><div class="doc"  	  ><p  	    >Bar</p @@ -109,10 +113,12 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug26.html")  	><p class="src"  	  ><span class="keyword"  	    >class</span -	    > <a href="#" id="t:C" class="def" +	    > <a id="t:C" class="def"  	    >C</a  	    > a <span class="keyword"  	    >where</span +	    > <a href="#" class="selflink" +	    >#</a  	    ></p  	  ><div class="doc"  	  ><p @@ -134,9 +140,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug26.html")  	  ><p class="caption"  	    >Methods</p  	    ><p class="src" -	    ><a href="#" id="v:c_f" class="def" +	    ><a id="v:c_f" class="def"  	      >c_f</a -	      > :: a</p +	      > :: a <a href="#" class="selflink" +	      >#</a +	      ></p  	    ><div class="doc"  	    ><p  	      ><em @@ -157,6 +165,8 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug26.html")  		      > <a href="#"  		      >C</a  		      > ()</span +		    > <a href="#" class="selflink" +		    >#</a  		    ></td  		  ><td class="doc"  		  ><p @@ -176,7 +186,9 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug26.html")  			><p class="src"  			><a href="#"  			  >c_f</a -			  > :: ()</p +			  > :: () <a href="#" class="selflink" +			  >#</a +			  ></p  			></div  		      ></div  		    ></td | 
