summaryrefslogtreecommitdiff
path: root/test/completion
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2019-10-18 15:16:54 +0100
committerGitHub <noreply@github.com>2019-10-18 15:16:54 +0100
commit9125ec8739f58941a5d6306d51f69d677849efcb (patch)
tree648878cb418bff2eafa6bd53e236b28e105c4add /test/completion
parent99e64ed0840526dfae47fa19bd88b7d22616e891 (diff)
parent8698c44e2a65357518eb59d0f5e33498082a3198 (diff)
downloadale-9125ec8739f58941a5d6306d51f69d677849efcb.zip
Merge pull request #2845 from DonnieWest/fixItemDetailsOnEmptySource
Fix tsserver not returning details for items with empty source
Diffstat (limited to 'test/completion')
-rw-r--r--test/completion/test_lsp_completion_messages.vader2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/completion/test_lsp_completion_messages.vader b/test/completion/test_lsp_completion_messages.vader
index b997ac86..4b7392f5 100644
--- a/test/completion/test_lsp_completion_messages.vader
+++ b/test/completion/test_lsp_completion_messages.vader
@@ -190,10 +190,8 @@ Execute(The right message sent to the tsserver LSP when the first completion mes
\ 'source': '/path/to/foo.ts',
\ }, {
\ 'name': 'FooBar',
- \ 'source': '',
\ }, {
\ 'name': 'frazzle',
- \ 'source': '',
\ }],
\ 'offset': 1,
\ 'line': 1,