diff options
| author | Alec Theriault <alec.theriault@gmail.com> | 2018-07-19 05:39:57 -0700 | 
|---|---|---|
| committer | Alexander Biehl <alexbiehl@gmail.com> | 2018-07-19 14:39:57 +0200 | 
| commit | c04f44e29f38784e0e958abc683164e33f851c86 (patch) | |
| tree | 3d169d4b5b521cc1a77794632aac50ffef02c724 /html-test/ref/BugExportHeadings.html | |
| parent | e3926b50ab8a7269fd6904b06e881745f08bc5d6 (diff) | |
Fix HEAD html-test (#860)
* Update tests for 'StarIsType'
* Accept tests
* Revert "Update tests for 'StarIsType'"
This reverts commit 7f0c01383bbba6dc5af554ee82988d2cf44e407a.
Diffstat (limited to 'html-test/ref/BugExportHeadings.html')
| -rw-r--r-- | html-test/ref/BugExportHeadings.html | 48 | 
1 files changed, 36 insertions, 12 deletions
diff --git a/html-test/ref/BugExportHeadings.html b/html-test/ref/BugExportHeadings.html index 17378531..78af3351 100644 --- a/html-test/ref/BugExportHeadings.html +++ b/html-test/ref/BugExportHeadings.html @@ -76,27 +76,39 @@  	  ><li class="src short"  	    ><a href="#"  	      >foo</a -	      > :: Int</li +	      > :: <a href="#" title="Data.Int" +	      >Int</a +	      ></li  	    ><li class="src short"  	    ><a href="#"  	      >bar</a -	      > :: Int</li +	      > :: <a href="#" title="Data.Int" +	      >Int</a +	      ></li  	    ><li class="src short"  	    ><a href="#"  	      >baz</a -	      > :: Int</li +	      > :: <a href="#" title="Data.Int" +	      >Int</a +	      ></li  	    ><li class="src short"  	    ><a href="#"  	      >one</a -	      > :: Int</li +	      > :: <a href="#" title="Data.Int" +	      >Int</a +	      ></li  	    ><li class="src short"  	    ><a href="#"  	      >two</a -	      > :: Int</li +	      > :: <a href="#" title="Data.Int" +	      >Int</a +	      ></li  	    ><li class="src short"  	    ><a href="#"  	      >three</a -	      > :: Int</li +	      > :: <a href="#" title="Data.Int" +	      >Int</a +	      ></li  	    ></ul  	  ></details  	></div @@ -109,7 +121,9 @@  	><p class="src"  	  ><a id="v:foo" class="def"  	    >foo</a -	    > :: Int <a href="#" class="selflink" +	    > :: <a href="#" title="Data.Int" +	    >Int</a +	    > <a href="#" class="selflink"  	    >#</a  	    ></p  	  ></div @@ -121,7 +135,9 @@  	><p class="src"  	  ><a id="v:bar" class="def"  	    >bar</a -	    > :: Int <a href="#" class="selflink" +	    > :: <a href="#" title="Data.Int" +	    >Int</a +	    > <a href="#" class="selflink"  	    >#</a  	    ></p  	  ></div @@ -133,7 +149,9 @@  	><p class="src"  	  ><a id="v:baz" class="def"  	    >baz</a -	    > :: Int <a href="#" class="selflink" +	    > :: <a href="#" title="Data.Int" +	    >Int</a +	    > <a href="#" class="selflink"  	    >#</a  	    ></p  	  ></div @@ -145,7 +163,9 @@  	><p class="src"  	  ><a id="v:one" class="def"  	    >one</a -	    > :: Int <a href="#" class="selflink" +	    > :: <a href="#" title="Data.Int" +	    >Int</a +	    > <a href="#" class="selflink"  	    >#</a  	    ></p  	  ><div class="doc" @@ -163,7 +183,9 @@  	><p class="src"  	  ><a id="v:two" class="def"  	    >two</a -	    > :: Int <a href="#" class="selflink" +	    > :: <a href="#" title="Data.Int" +	    >Int</a +	    > <a href="#" class="selflink"  	    >#</a  	    ></p  	  ><div class="doc" @@ -181,7 +203,9 @@  	><p class="src"  	  ><a id="v:three" class="def"  	    >three</a -	    > :: Int <a href="#" class="selflink" +	    > :: <a href="#" title="Data.Int" +	    >Int</a +	    > <a href="#" class="selflink"  	    >#</a  	    ></p  	  ><div class="doc"  | 
