You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: test/unit/HooglePluginSpec.hs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -48,7 +48,7 @@ hoogleSpec = do
48
48
it "runs the info command"$do
49
49
let req = liftToGhc $ infoCmd' "head"
50
50
r <- dispatchRequestP $ initializeHoogleDb >> req
51
-
r `shouldBe`Right"head :: [a] -> a\nbase Prelude\nExtract the first element of a list, which must be non-empty.\n\n"
51
+
r `shouldBe`Right"```haskell\nhead :: [a] -> a\n```\nExtract the first element of a list, which must be non-empty.\n\n[More info](https://hackage.haskell.org/package/base/docs/Prelude.html#v:head)"
0 commit comments