We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b6dbe1 commit 7a80bb1Copy full SHA for 7a80bb1
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