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/DeprecatedRecord.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/DeprecatedRecord.html')
-rw-r--r-- | html-test/ref/DeprecatedRecord.html | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/html-test/ref/DeprecatedRecord.html b/html-test/ref/DeprecatedRecord.html index 5ff532a4..c2de1538 100644 --- a/html-test/ref/DeprecatedRecord.html +++ b/html-test/ref/DeprecatedRecord.html @@ -54,11 +54,15 @@ ><li ><a href="#" >fooName</a - > :: String</li + > :: <a href="#" title="Data.String" + >String</a + ></li ><li ><a href="#" >fooValue</a - > :: Int</li + > :: <a href="#" title="Data.Int" + >Int</a + ></li ></ul >}</li ></ul @@ -102,7 +106,9 @@ ><dfn class="src" ><a id="v:fooName" class="def" >fooName</a - > :: String</dfn + > :: <a href="#" title="Data.String" + >String</a + ></dfn ><div class="doc" ><p >some name</p @@ -112,7 +118,9 @@ ><dfn class="src" ><a id="v:fooValue" class="def" >fooValue</a - > :: Int</dfn + > :: <a href="#" title="Data.Int" + >Int</a + ></dfn ><div class="doc" ><div class="warning" ><p |