From 641c0c797ba5dc4adac199fca4015d833a7e1f61 Mon Sep 17 00:00:00 2001 From: Ben Falconer Date: Wed, 6 Jun 2018 16:59:44 +0100 Subject: Pass rootUri to LSPs in addition to rootPath --- test/lsp/test_lsp_client_messages.vader | 1 + 1 file changed, 1 insertion(+) (limited to 'test/lsp/test_lsp_client_messages.vader') diff --git a/test/lsp/test_lsp_client_messages.vader b/test/lsp/test_lsp_client_messages.vader index e7eda33a..dc28c2e9 100644 --- a/test/lsp/test_lsp_client_messages.vader +++ b/test/lsp/test_lsp_client_messages.vader @@ -17,6 +17,7 @@ Execute(ale#lsp#message#Initialize() should return correct messages): \ 'rootPath': '/foo/bar', \ 'capabilities': {}, \ 'initializationOptions': {'foo': 'bar'}, + \ 'rootUri': 'file:///foo/bar', \ } \ ], \ ale#lsp#message#Initialize('/foo/bar', {'foo': 'bar'}) -- cgit v1.2.3