@@ -73,10 +73,10 @@ codeActionTests =
73
73
, codeActionTestWithPragmasSuggest " adds TypeApplications pragma" " TypeApplications" [(" Add \" TypeApplications\" " , " Contains TypeApplications code action" )]
74
74
, codeActionTestWithPragmasSuggest " after shebang" " AfterShebang" [(" Add \" NamedFieldPuns\" " , " Contains NamedFieldPuns code action" )]
75
75
, codeActionTestWithPragmasSuggest " append to existing pragmas" " AppendToExisting" [(" Add \" NamedFieldPuns\" " , " Contains NamedFieldPuns code action" )]
76
- , codeActionTestWithPragmasSuggest " before doc comments" " BeforeDocComment" [(" Add \" NamedFieldPuns\" " , " Contains NamedFieldPuns code action" )]
76
+ , codeActionTestWithPragmasSuggest " before doc comments NamedFieldPuns " " BeforeDocComment" [(" Add \" NamedFieldPuns\" " , " Contains NamedFieldPuns code action" )]
77
77
, codeActionTestWithPragmasSuggest " adds TypeSynonymInstances pragma" " NeedsPragmas" [(" Add \" TypeSynonymInstances\" " , " Contains TypeSynonymInstances code action" ), (" Add \" FlexibleInstances\" " , " Contains FlexibleInstances code action" )]
78
- , codeActionTestWithDisableWarning " before doc comments" " MissingSignatures" [(" Disable \" missing-signatures\" warnings" , " Contains missing-signatures code action" )]
79
- , codeActionTestWithDisableWarning " before doc comments" " UnusedImports" [(" Disable \" unused-imports\" warnings" , " Contains unused-imports code action" )]
78
+ , codeActionTestWithDisableWarning " before doc comments missing-signatures " " MissingSignatures" [(" Disable \" missing-signatures\" warnings" , " Contains missing-signatures code action" )]
79
+ , codeActionTestWithDisableWarning " before doc comments unused-imports " " UnusedImports" [(" Disable \" unused-imports\" warnings" , " Contains unused-imports code action" )]
80
80
]
81
81
82
82
codeActionTestWithPragmasSuggest :: String -> FilePath -> [(T. Text , String )] -> TestTree
0 commit comments