[commit: haddock] master, wip/api-annot-tweaks-7.10, wip/api-annots-ghc-7.10-3: Update test files (2c60cb0)

git at git.haskell.org git at git.haskell.org
Wed Jul 8 08:37:18 UTC 2015


Repository : ssh://git@git.haskell.org/haddock

On branches: master,wip/api-annot-tweaks-7.10,wip/api-annots-ghc-7.10-3
Link       : http://git.haskell.org/haddock.git/commitdiff/2c60cb0da855d76c57980298056cefe15ff4c226

>---------------------------------------------------------------

commit 2c60cb0da855d76c57980298056cefe15ff4c226
Author: Mateusz Kowalczyk <fuuzetsu at fuuzetsu.co.uk>
Date:   Thu Jan 22 19:32:10 2015 +0000

    Update test files
    
    Test: a correct behaviour for fields comma-separating values. I'm
    surprised we had no bug open for this. Maybe it affects how #301 renders
    now but I doubt.
    
    Operators: Seems GHC is giving us a new order for operators, something
    must have changed on their side again. cc @haasn , this makes the fixity
    to the side not match the order on the LHS which is a bit unpleasant.
    Maybe the fixity can be made to match the GHC order?
    
    Bug335: We expand examples by default now.
    
    Bug310: Now inferred safe.


>---------------------------------------------------------------

2c60cb0da855d76c57980298056cefe15ff4c226
 html-test/ref/Bug310.html    |  4 ++--
 html-test/ref/Bug335.html    |  6 +++---
 html-test/ref/Operators.html | 16 ++++++++--------
 html-test/ref/Test.html      | 40 +++++-----------------------------------
 4 files changed, 18 insertions(+), 48 deletions(-)

diff --git a/html-test/ref/Bug310.html b/html-test/ref/Bug310.html
index 926d6cf..c38af59 100644
--- a/html-test/ref/Bug310.html
+++ b/html-test/ref/Bug310.html
@@ -35,7 +35,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug310.html");};
 	  ><th
 	    >Safe Haskell</th
 	    ><td
-	    >None</td
+	    >Safe</td
 	    ></tr
 	  ></table
 	><p class="caption"
@@ -82,7 +82,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug310.html");};
     ><p
       >Produced by <a href=""
 	>Haddock</a
-	> version 2.15.1</p
+	> version 2.16.0</p
       ></div
     ></body
   ></html
diff --git a/html-test/ref/Bug335.html b/html-test/ref/Bug335.html
index a80566e..6f3d382 100644
--- a/html-test/ref/Bug335.html
+++ b/html-test/ref/Bug335.html
@@ -66,7 +66,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug335.html");};
 	  ><div class="doc"
 	  ><h3 id="control.ch:f0" class="caption collapser" onclick="toggleSection('ch:f0')"
 	    >ExF:</h3
-	    ><div id="section.ch:f0" class="show"
+	    ><div id="section.ch:f0" class="hide"
 	    ><p
 	      >abc</p
 	      ></div
@@ -80,7 +80,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug335.html");};
 	  ><div class="doc"
 	  ><h3 id="control.ch:g0" class="caption collapser" onclick="toggleSection('ch:g0')"
 	    >ExG:</h3
-	    ><div id="section.ch:g0" class="show"
+	    ><div id="section.ch:g0" class="hide"
 	    ><pre class="screen"
 	      ><code class="prompt"
 		>>>> </code
@@ -118,7 +118,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Bug335.html");};
     ><p
       >Produced by <a href=""
 	>Haddock</a
-	> version 2.15.1</p
+	> version 2.16.0</p
       ></div
     ></body
   ></html
diff --git a/html-test/ref/Operators.html b/html-test/ref/Operators.html
index c401894..1e49fd2 100644
--- a/html-test/ref/Operators.html
+++ b/html-test/ref/Operators.html
@@ -153,11 +153,11 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");};
 	      ><a href=""
 		>(**>)</a
 		>, <a href=""
-		>(<**)</a
+		>(**<)</a
 		>, <a href=""
 		>(>**)</a
 		>, <a href=""
-		>(**<)</a
+		>(<**)</a
 		> :: a -> a -> ()</li
 	      ></ul
 	    ></li
@@ -411,16 +411,16 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");};
 	    ><p class="src"
 	    ><a name="v:-42--42--62-" class="def"
 	      >(**>)</a
-	      >, <a name="v:-60--42--42-" class="def"
-	      >(<**)</a
-	      >, <a name="v:-62--42--42-" class="def"
-	      >(>**)</a
 	      >, <a name="v:-42--42--60-" class="def"
 	      >(**<)</a
+	      >, <a name="v:-62--42--42-" class="def"
+	      >(>**)</a
+	      >, <a name="v:-60--42--42-" class="def"
+	      >(<**)</a
 	      > :: a -> a -> () <span class="fixity"
 	      >infixr 8 **>, >**</span
 	      ><span class="fixity"
-	      >infixl 8 <**, **<</span
+	      >infixl 8 **<, <**</span
 	      ><span class="rightedge"
 	      ></span
 	      ></p
@@ -454,7 +454,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Operators.html");};
     ><p
       >Produced by <a href=""
 	>Haddock</a
-	> version 2.15.0</p
+	> version 2.16.0</p
       ></div
     ></body
   ></html
diff --git a/html-test/ref/Test.html b/html-test/ref/Test.html
index 6f2e947..bcc9153 100644
--- a/html-test/ref/Test.html
+++ b/html-test/ref/Test.html
@@ -371,11 +371,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
 		  ><li
 		  ><a href=""
 		    >r</a
-		    > :: <a href=""
-		    >Int</a
-		    ></li
-		  ><li
-		  ><a href=""
+		    >, <a href=""
 		    >s</a
 		    > :: <a href=""
 		    >Int</a
@@ -413,11 +409,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
 		  ><li
 		  ><a href=""
 		    >u</a
-		    > :: <a href=""
-		    >Int</a
-		    ></li
-		  ><li
-		  ><a href=""
+		    >, <a href=""
 		    >v</a
 		    > :: <a href=""
 		    >Int</a
@@ -1262,23 +1254,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
 		      ><dt class="src"
 		      ><a name="v:r" class="def"
 			>r</a
-			> :: <a href=""
-			>Int</a
-			></dt
-		      ><dd class="doc"
-		      ><p
-			>This comment applies to both <code
-			  ><a href=""
-			    >r</a
-			    ></code
-			  > and <code
-			  ><a href=""
-			    >s</a
-			    ></code
-			  ></p
-			></dd
-		      ><dt class="src"
-		      ><a name="v:s" class="def"
+			>, <a name="v:s" class="def"
 			>s</a
 			> :: <a href=""
 			>Int</a
@@ -1350,13 +1326,7 @@ window.onload = function () {pageLoad();setSynopsis("mini_Test.html");};
 		      ><dt class="src"
 		      ><a name="v:u" class="def"
 			>u</a
-			> :: <a href=""
-			>Int</a
-			></dt
-		      ><dd class="doc empty"
-		      > </dd
-		      ><dt class="src"
-		      ><a name="v:v" class="def"
+			>, <a name="v:v" class="def"
 			>v</a
 			> :: <a href=""
 			>Int</a
@@ -2142,7 +2112,7 @@ is at the beginning of the line).</pre
     ><p
       >Produced by <a href=""
 	>Haddock</a
-	> version 2.15.0</p
+	> version 2.16.0</p
       ></div
     ></body
   ></html



More information about the ghc-commits mailing list