From 07c816c5e548824bb089442cf32d70682e47200b Mon Sep 17 00:00:00 2001 From: David Waern Date: Sat, 26 Nov 2011 22:10:28 +0100 Subject: Fix module reference bug. --- tests/html-tests/tests/B.hs | 1 + tests/html-tests/tests/B.html.ref | 3 +++ 2 files changed, 4 insertions(+) (limited to 'tests/html-tests') diff --git a/tests/html-tests/tests/B.hs b/tests/html-tests/tests/B.hs index 38310ebd..28cda4a0 100644 --- a/tests/html-tests/tests/B.hs +++ b/tests/html-tests/tests/B.hs @@ -3,5 +3,6 @@ import A ( A(..), test2 ) -- | This link shouldn't work: 'other'. -- These links should work: 'A.other', 'Data.List.sortBy', 'test2', 'A.test2', 'Data.Maybe.fromMaybe'. +-- Module link: "Prelude". test :: Int test = 1 diff --git a/tests/html-tests/tests/B.html.ref b/tests/html-tests/tests/B.html.ref index f81460ed..7f5d5354 100644 --- a/tests/html-tests/tests/B.html.ref +++ b/tests/html-tests/tests/B.html.ref @@ -99,6 +99,9 @@ window.onload = function () {pageLoad();setSynopsis("mini_B.html");}; >fromMaybe. + Module link: Prelude.