diff options
author | Alec Theriault <alec.theriault@gmail.com> | 2019-02-10 03:32:52 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-10 03:32:52 -0800 |
commit | 4e8321de13225f1f5bdec8f39993e9b1aa0831a8 (patch) | |
tree | 60921605598bbec75a6c5c0c2fa1ad2a8c973ff9 /html-test/ref/Test.html | |
parent | 8ceef39304cf14741f08abdaac26099f9f1b8055 (diff) |
Removes `haddock-test`s dependency on `xml`/`xhtml` (#1027)
This means that `html-test`, `latex-test`, `hoogle-test`, and
`hypsrc-test` now only depend on GHC boot libs. So we should
now be able to build and run these as part of GHC's testsuite. \o/
The reference output has changed very slightly, in three ways:
* we don't convert quotes back into `"` as the `xml` lib did
* we don't add extra ` ` as the `xml` lib did
* we now remove the entire footer `div` (instead of just emptying it)
Diffstat (limited to 'html-test/ref/Test.html')
-rw-r--r-- | html-test/ref/Test.html | 48 |
1 files changed, 23 insertions, 25 deletions
diff --git a/html-test/ref/Test.html b/html-test/ref/Test.html index b76622e7..26e8c7e8 100644 --- a/html-test/ref/Test.html +++ b/html-test/ref/Test.html @@ -10,14 +10,14 @@ /><script src="haddock-bundle.min.js" async="async" type="text/javascript" ></script ><script type="text/x-mathjax-config" - >MathJax.Hub.Config({ tex2jax: { processClass: "mathjax", ignoreClass: ".*" } });</script + >MathJax.Hub.Config({ tex2jax: { processClass: "mathjax", ignoreClass: ".*" } });</script ><script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript" ></script ></head ><body ><div id="package-header" ><span class="caption empty" - ></span + > </span ><ul class="links" id="page-menu" ><li ><a href="#" @@ -794,7 +794,7 @@ >A1</a > a</td ><td class="doc empty" - ></td + > </td ></tr ><tr ><td class="src" @@ -802,7 +802,7 @@ >B1</a > b</td ><td class="doc empty" - ></td + > </td ></tr ></table ></div @@ -826,7 +826,7 @@ >A2</a > a</td ><td class="doc empty" - ></td + > </td ></tr ><tr ><td class="src" @@ -834,7 +834,7 @@ >B2</a > b</td ><td class="doc empty" - ></td + > </td ></tr ></table ></div @@ -968,7 +968,7 @@ >N1</a > a</td ><td class="doc empty" - ></td + > </td ></tr ></table ></div @@ -996,7 +996,7 @@ >N2</a ></td ><td class="doc empty" - ></td + > </td ></tr ><tr ><td colspan="2" @@ -1010,7 +1010,7 @@ >n</a > :: a b</dfn ><div class="doc empty" - ></div + > </div ></li ></ul ></div @@ -1042,7 +1042,7 @@ >N3</a ></td ><td class="doc empty" - ></td + > </td ></tr ><tr ><td colspan="2" @@ -1105,7 +1105,7 @@ >N5</a ></td ><td class="doc empty" - ></td + > </td ></tr ><tr ><td colspan="2" @@ -1165,7 +1165,7 @@ >n6</a > :: a b</dfn ><div class="doc empty" - ></div + > </div ></li ></ul ></div @@ -1217,7 +1217,7 @@ >n7</a > :: a b</dfn ><div class="doc empty" - ></div + > </div ></li ></ul ></div @@ -1392,7 +1392,7 @@ >T5</a > () ()</dfn ><div class="doc empty" - ></div + > </div ></li ><li ><dfn class="src" @@ -1404,7 +1404,7 @@ >Int</a ></dfn ><div class="doc empty" - ></div + > </div ></li ></ul ></div @@ -1677,7 +1677,7 @@ >#</a ></td ><td class="doc empty" - ></td + > </td ></tr ><tr ><td colspan="2" @@ -1729,7 +1729,7 @@ >#</a ></td ><td class="doc empty" - ></td + > </td ></tr ><tr ><td colspan="2" @@ -2075,7 +2075,7 @@ is at the beginning of the line).</pre >Ex1</a > b</td ><td class="doc empty" - ></td + > </td ></tr ><tr ><td class="src" @@ -2083,7 +2083,7 @@ is at the beginning of the line).</pre >Ex2</a > b</td ><td class="doc empty" - ></td + > </td ></tr ><tr ><td class="src" @@ -2093,7 +2093,7 @@ is at the beginning of the line).</pre >Ex3</a > b</td ><td class="doc empty" - ></td + > </td ></tr ><tr ><td class="src" @@ -2103,7 +2103,7 @@ is at the beginning of the line).</pre >forall</span > a. a -> a)</td ><td class="doc empty" - ></td + > </td ></tr ></table ></div @@ -2261,7 +2261,7 @@ is at the beginning of the line).</pre >R</a ></td ><td class="doc empty" - ></td + > </td ></tr ><tr ><td class="src" @@ -2395,8 +2395,6 @@ is at the beginning of the line).</pre ></div ></div ></div - ><div id="footer" - ></div ></body ></html ->
\ No newline at end of file +> |