@@ -187,7 +187,7 @@ tests = let
187
187
holeL65 = Position 65 8 ; hleInfo2 = [ExpectHoverText [" _ :: a -> Maybe a" ]]
188
188
cccL17 = Position 17 16 ; docLink = [ExpectHoverTextRegex " \\ *Defined in 'GHC.Types'\\ * \\ *\\ (ghc-prim-[0-9.]+\\ )\\ *\n\n " ]
189
189
imported = Position 56 13 ; importedSig = getDocUri " Foo.hs" >>= \ foo -> return [ExpectHoverText [" foo" , " Foo" , " Haddock" ], mkL foo 5 0 5 3 ]
190
- reexported = Position 55 14 ; reexportedSig = getDocUri " Bar.hs" >>= \ bar -> return [ExpectHoverText [" Bar" , " Bar" , " Haddock" ], if ghcVersion >= GHC94 && ghcVersion < GHC910 then mkL bar 3 5 3 8 else mkL bar 3 0 3 14 ]
190
+ reexported = Position 55 14 ; reexportedSig = getDocUri " Bar.hs" >>= \ bar -> return [ExpectHoverText [" Bar" , " Bar" , " Haddock" ], mkL bar 3 0 3 14 ]
191
191
thLocL57 = Position 59 10 ; thLoc = [ExpectHoverText [" Identity" ]]
192
192
cmtL68 = Position 67 0 ; lackOfdEq = [ExpectHoverExcludeText [" $dEq" ]]
193
193
import310 = Position 3 10 ; pkgTxt = [ExpectHoverText [" Data.Text\n\n text-" ]]
0 commit comments