mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-02 08:22:22 +00:00
; Backport: Eglot: fix misplaced parenthesis in last commit to eglot-tests.el
* test/lisp/progmodes/eglot-tests.el
(eglot-test-eldoc-after-completions): Fix misplaced parenthesis.
(cherry picked from commit 3aedd5c920
)
This commit is contained in:
parent
2a62273f3b
commit
57490fff6e
@ -647,7 +647,7 @@ int main() {
|
||||
(completion-at-point)
|
||||
(message (buffer-string))
|
||||
(should (looking-back "fprintf(?"))
|
||||
(unless (= (char-before) ?\()) (insert "()") (backward-char)
|
||||
(unless (= (char-before) ?\() (insert "()") (backward-char))
|
||||
(eglot--signal-textDocument/didChange)
|
||||
(should (string-match "^fprintf" (eglot--tests-force-full-eldoc))))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user