Update tests

This commit is contained in:
Andrey Popp
2019-01-21 17:39:43 +03:00
parent 2e85eed756
commit e960e54eca
4 changed files with 10 additions and 10 deletions

View File

@@ -270,7 +270,7 @@ Execute(LSP reference requests should be sent):
\ }],
\ [0, 'textDocument/references', {
\ 'textDocument': {'uri': ale#path#ToURI(expand('%:p'))},
\ 'position': {'line': 0, 'character': 3},
\ 'position': {'line': 0, 'character': 2},
\ 'context': {'includeDeclaration': v:false},
\ }],
\ ],