; 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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue