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
Copy file name to clipboardExpand all lines: plugins/hls-eval-plugin/test/Main.hs
+1
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,7 @@ tests =
88
88
, goldenWithEval "Reports an error for an incorrect type with :kind""T13""hs"
89
89
, goldenWithEval' "Returns a fully-instantiated type for :type""T14""hs" (if ghcVersion >=GHC98then"ghc98.expected"else"expected") -- See https://gitlab.haskell.org/ghc/ghc/-/issues/24069
90
90
, knownBrokenForGhcVersions [GHC92, GHC94, GHC96, GHC98] "type +v does not work anymore with 9.2"$ goldenWithEval "Returns an uninstantiated type for :type +v, admitting multiple whitespaces around arguments""T15""hs"
91
+
, goldenWithEval "Doesn't break in module containing main function""T4139""hs"
91
92
, goldenWithEval "Returns defaulted type for :type +d, admitting multiple whitespaces around arguments""T16""hs"
92
93
, goldenWithEval ":type reports an error when given with unknown +x option""T17""hs"
93
94
, goldenWithEval "Reports an error when given with unknown command""T18""hs"
0 commit comments