File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 5959 (it " is enabled on F# Files"
6060 (with-current-buffer (eglot-fsharp--find-file-noselect " test/Test1/FileTwo.fs" )
6161 (expect (type-of (eglot--current-server-or-lose)) :to-be 'eglot-fsautocomplete )))
62- ; ; (it "shows flymake errors"
63- ; ; (with-current-buffer (eglot-fsharp--find-file-noselect "test/Test1/Error.fs")
64- ; ; (flymake-mode t)
65- ; ; (flymake-start)
66- ; ; (eglot-fsharp--sniff-diagnostics "test/Test1/Error.fs")
67- ; ; (goto-char (point-min))
68- ; ; (search-forward "nonexisting")
69- ; ; (insert "x")
70- ; ; (eglot--signal-textDocument/didChange)
71- ; ; (flymake-goto-next-error 1 '() t)
72- ; ; (expect (face-at-point) :to-be 'flymake-error )))
62+ (it " shows flymake errors"
63+ (with-current-buffer (eglot-fsharp--find-file-noselect " test/Test1/Error.fs" )
64+ (flymake-mode t )
65+ (flymake-start)
66+ (eglot-fsharp--sniff-diagnostics " test/Test1/Error.fs" )
67+ (goto-char (point-min ))
68+ (search-forward " nonexisting" )
69+ (insert " x" )
70+ (eglot--signal-textDocument/didChange)
71+ (flymake-goto-next-error 1 '() t )
72+ (expect (face-at-point ) :to-be 'flymake-error )))
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)))
You can’t perform that action at this time.
0 commit comments