summaryrefslogtreecommitdiff
path: root/test/test_symbol_search.vader
diff options
context:
space:
mode:
authoryoshi1123 <65735241+yoshi1123@users.noreply.github.com>2022-03-04 14:03:27 -0500
committerGitHub <noreply@github.com>2022-03-04 19:03:27 +0000
commite490e87a60af7c5c630434aa7d980d01b4d03ecc (patch)
treee7629ff7c46a20fd802e935c6a79cbbe1e6965ff /test/test_symbol_search.vader
parentb42153eb1786fbff1c926e60c23ba82b0108f0cc (diff)
downloadale-e490e87a60af7c5c630434aa7d980d01b4d03ecc.zip
Add eclipselsp jdt:// support for textDocument/definition (#4030)
This patch adds support for opening jdt:// links on "go to definition" requests returned by Java language servers. Co-authored-by: w0rp <devw0rp@gmail.com>
Diffstat (limited to 'test/test_symbol_search.vader')
-rw-r--r--test/test_symbol_search.vader4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_symbol_search.vader b/test/test_symbol_search.vader
index 382b2b40..754826aa 100644
--- a/test/test_symbol_search.vader
+++ b/test/test_symbol_search.vader
@@ -94,7 +94,7 @@ Execute(LSP symbol responses should be handled):
\ {
\ 'name': 'foo',
\ 'location': {
- \ 'uri': ale#path#ToURI(ale#path#Simplify(g:dir . '/completion_dummy_file')),
+ \ 'uri': ale#path#ToFileURI(ale#path#Simplify(g:dir . '/completion_dummy_file')),
\ 'range': {
\ 'start': {'line': 2, 'character': 7},
\ },
@@ -103,7 +103,7 @@ Execute(LSP symbol responses should be handled):
\ {
\ 'name': 'foobar',
\ 'location': {
- \ 'uri': ale#path#ToURI(ale#path#Simplify(g:dir . '/other_file')),
+ \ 'uri': ale#path#ToFileURI(ale#path#Simplify(g:dir . '/other_file')),
\ 'range': {
\ 'start': {'line': 7, 'character': 15},
\ },