We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b6230e commit 97eb2deCopy full SHA for 97eb2de
test/functional/Completion.hs
@@ -104,7 +104,7 @@ tests = testGroup "completions" [
104
let te = TextEdit (Range (Position 0 13) (Position 0 31)) "Str"
105
_ <- applyEdit doc te
106
107
- compls <- getCompletions doc (Position 0 24)
+ compls <- getCompletions doc (Position 0 16)
108
let item = head $ filter ((== "Strict") . (^. label)) compls
109
liftIO $ do
110
item ^. label @?= "Strict"
0 commit comments