mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-17 00:25:11 +08:00
Update tests
This commit is contained in:
@@ -215,7 +215,7 @@ Execute(The right message should be sent for the initial LSP request):
|
||||
\ }],
|
||||
\ [0, 'textDocument/completion', {
|
||||
\ 'textDocument': {'uri': ale#path#ToURI(expand('%:p'))},
|
||||
\ 'position': {'line': 0, 'character': 3},
|
||||
\ 'position': {'line': 0, 'character': 2},
|
||||
\ }],
|
||||
\ ],
|
||||
\ g:message_list
|
||||
@@ -274,7 +274,7 @@ Execute(Two completion requests shouldn't be sent in a row):
|
||||
\ }],
|
||||
\ [0, 'textDocument/completion', {
|
||||
\ 'textDocument': {'uri': ale#path#ToURI(expand('%:p'))},
|
||||
\ 'position': {'line': 0, 'character': 3},
|
||||
\ 'position': {'line': 0, 'character': 2},
|
||||
\ }],
|
||||
\ ],
|
||||
\ g:message_list
|
||||
|
||||
Reference in New Issue
Block a user