File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 7373 (it " provides completion"
7474 (with-current-buffer (eglot-fsharp--find-file-noselect " test/Test1/FileTwo.fs" )
7575 (expect (plist-get (eglot--capabilities (eglot--current-server-or-lose)) :completionProvider ) :not :to-be nil )))
76- ; ; (it "completes function in other modules"
77- ; ; (with-current-buffer (eglot-fsharp--find-file-noselect "test/Test1/Program.fs")
78- ; ; (search-forward "X.func")
79- ; ; (delete-char -3)
80- ; ; (completion-at-point)
81- ; ; (expect (looking-back "X\\ .func") :to-be t)))
76+ (it " completes function in other modules"
77+ (with-current-buffer (eglot-fsharp--find-file-noselect " test/Test1/Program.fs" )
78+ (search-forward " X.func" )
79+ (delete-char -3 )
80+ (completion-at-point )
81+ (expect (looking-back " X\\ .func" ) :to-be t )))
8282 ; ; (it "finds definition in pervasives"
8383 ; ; (with-current-buffer (eglot-fsharp--find-file-noselect "test/Test1/Program.fs")
8484 ; ; (search-forward "printfn")
You can’t perform that action at this time.
0 commit comments