@@ -125,6 +125,7 @@ completionTests =
125
125
, completionTest " completes pragmas with existing closing bracket" " Completion.hs" " " " LANGUAGE" (Just InsertTextFormat_Snippet ) (Just " LANGUAGE ${1:extension} #-" ) (Just " {-# LANGUAGE #-}" ) (0 , 4 , 0 , 33 , 0 , 4 )
126
126
, completionTest " completes options pragma" " Completion.hs" " OPTIONS" " OPTIONS_GHC" (Just InsertTextFormat_Snippet ) (Just " OPTIONS_GHC -${1:option} #-}" ) (Just " {-# OPTIONS_GHC #-}" ) (0 , 4 , 0 , 34 , 0 , 4 )
127
127
, completionTest " completes ghc options pragma values" " Completion.hs" " {-# OPTIONS_GHC -Wno-red #-}\n " " Wno-redundant-constraints" Nothing Nothing Nothing (0 , 0 , 0 , 0 , 0 , 24 )
128
+ , completionTest " completes ghc options pragma values with multiple dashes" " Completion.hs" " {-# OPTIONS_GHC -dsuppress-constant-fo #-}\n " " dsuppress-constant-folding" Nothing Nothing Nothing (0 , 0 , 0 , 0 , 0 , 38 )
128
129
, completionTest " completes language extensions" " Completion.hs" " " " OverloadedStrings" Nothing Nothing Nothing (0 , 24 , 0 , 31 , 0 , 24 )
129
130
, completionTest " completes language extensions case insensitive" " Completion.hs" " lAnGuaGe Overloaded" " OverloadedStrings" Nothing Nothing Nothing (0 , 4 , 0 , 34 , 0 , 24 )
130
131
, completionTest " completes the Strict language extension" " Completion.hs" " Str" " Strict" Nothing Nothing Nothing (0 , 13 , 0 , 31 , 0 , 16 )
0 commit comments