File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -843,6 +843,7 @@ findDefinitionAndHoverTests = let
843
843
mclL36 = Position 36 1 ; mcl = [mkR 36 0 36 14 ]
844
844
mclL37 = Position 37 1
845
845
docL41 = Position 41 1 ; doc = [ExpectHoverText [" Recognizable docs: kpqz" ]]
846
+ ; constr = [ExpectHoverText [" Monad m =>" ]]
846
847
eitL40 = Position 40 28 ; kindE = [ExpectHoverText [" :: * -> * -> *\n " ]]
847
848
intL40 = Position 40 34 ; kindI = [ExpectHoverText [" :: *\n " ]]
848
849
tvrL40 = Position 40 37 ; kindV = [ExpectHoverText [" :: * -> *\n " ]]
@@ -884,6 +885,7 @@ findDefinitionAndHoverTests = let
884
885
, test no broken chrL36 litC " literal Char in hover info #274"
885
886
, test no broken txtL8 litT " literal Text in hover info #274"
886
887
, test no broken lstL43 litL " literal List in hover info #274"
888
+ , test no broken docL41 constr " type constraint in hover info #283"
887
889
]
888
890
where yes, broken :: (TestTree -> Maybe TestTree )
889
891
yes = Just -- test should run and pass
You can’t perform that action at this time.
0 commit comments