aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHirokazu Hata <h.hata.ai.t@gmail.com>2020-02-22 21:20:38 +0900
committerHirokazu Hata <h.hata.ai.t@gmail.com>2020-03-01 09:10:02 +0900
commit16262472cda88d0a4dc5c6729cfef36264569324 (patch)
treea2262b0ccd3a957c9f27114365dff0f835bbc71c /test
parentf157fdef7eccba6601c6d3b1475847466b60c25b (diff)
downloadrneovim-16262472cda88d0a4dc5c6729cfef36264569324.tar.gz
rneovim-16262472cda88d0a4dc5c6729cfef36264569324.tar.bz2
rneovim-16262472cda88d0a4dc5c6729cfef36264569324.zip
lsp: add 'textDocument/documentSymbol’ callback
Spec: https://microsoft.github.io/language-server-protocol/specifications/specification-current/#textDocument_documentSymbol
Diffstat (limited to 'test')
-rw-r--r--test/functional/plugin/lsp_spec.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/plugin/lsp_spec.lua b/test/functional/plugin/lsp_spec.lua
index ba1eb2113e..369b826adf 100644
--- a/test/functional/plugin/lsp_spec.lua
+++ b/test/functional/plugin/lsp_spec.lua
@@ -241,7 +241,7 @@ describe('LSP', function()
it('should succeed with manual shutdown', function()
local expected_callbacks = {
- {NIL, "shutdown", {}, 1};
+ {NIL, "shutdown", {}, 1, NIL};
{NIL, "test", {}, 1};
}
test_rpc_server {