From 52103425e6d621523fb0ed5b5b83c2588cacc7b6 Mon Sep 17 00:00:00 2001 From: Mateusz Kowalczyk Date: Thu, 3 Apr 2014 21:13:48 +0100 Subject: Update test cases for GHC bug #8945, Haddock #188 The order of signature groups has been corrected upstream. Here we add a test case and update some existing test-cases to reflect this change. We remove grouped signature in test cases that we can (Minimal, BugDeprecated &c) so that the test is as self-contained as possible. --- html-test/ref/Bug188.html | 81 ++++++++++++++++++++++++++++++++++++++++ html-test/ref/BugDeprecated.html | 38 +++++++++---------- html-test/ref/Minimal.html | 64 +++++++++++++++++++++---------- html-test/ref/Operators.html | 14 +++---- 4 files changed, 149 insertions(+), 48 deletions(-) create mode 100644 html-test/ref/Bug188.html (limited to 'html-test/ref') diff --git a/html-test/ref/Bug188.html b/html-test/ref/Bug188.html new file mode 100644 index 00000000..3e9f4eec --- /dev/null +++ b/html-test/ref/Bug188.html @@ -0,0 +1,81 @@ + +Bug188

 

Safe HaskellSafe-Inferred

Bug188

Documentation

class A a where

Methods

f, g, h, i :: a -> ()

diff --git a/html-test/ref/BugDeprecated.html b/html-test/ref/BugDeprecated.html index 2ff23494..69521b95 100644 --- a/html-test/ref/BugDeprecated.html +++ b/html-test/ref/BugDeprecated.html @@ -53,13 +53,13 @@ window.onload = function () {pageLoad();setSynopsis("mini_BugDeprecated.html");} >
  • bazbar :: Int
  • barbaz :: Int
  • threetwo :: Int
  • twothree :: Int
  • bazbar :: Int

    Deprecated: for baz

    Deprecated: for bar

    barbaz :: Int

    Deprecated: for bar

    Deprecated: for baz

    Deprecated: for one

    some documentation for one, two and three

    some documentation for one

    threetwo :: Int

    Deprecated: for three

    Deprecated: for two

    some documentation for one, two and three

    twothree :: Int

    Deprecated: for two

    Deprecated: for three

    some documentation for one, two and three

    foo, bat, bar :: a

    Any two of these are required...

    bar :: a

    bat :: a

    fooBarBat :: (a, a, a)

    a, g, f, e, d, c, :: a

    b :: a

    c :: a

    d :: a

    e :: a

    f :: a

    g :: a

    x, z, :: a

    y :: a

    z :: a

    aaa, :: a

    bbb :: a

    eee, :: a

    fff :: a

    (**>), (<**)(**<), (>**), (**<)(<**) :: a -> a -> ()

    (**>), (<**), (>**), (**<), (>**), (<**) :: a -> a -> () infixr 8 **>, >**infixl 8 <**, **<infixl 8 **<, <**