Update tests in response to changes in #1797.

This commit is contained in:
Bradford Larsen 2018-08-07 16:51:23 -04:00
parent 6f2d868baf
commit 8a9b28daf9
1 changed files with 5 additions and 5 deletions

View File

@ -111,7 +111,7 @@ Execute(Other files should be jumped to for definition responses):
AssertEqual
\ [
\ 'edit +3' . fnameescape(ale#path#Simplify(g:dir . '/completion_dummy_file')),
\ 'edit +3 ' . fnameescape(ale#path#Simplify(g:dir . '/completion_dummy_file')),
\ ],
\ g:expr_list
AssertEqual [3, 7], getpos('.')[1:2]
@ -136,7 +136,7 @@ Execute(Other files should be jumped to for definition responses in tabs too):
AssertEqual
\ [
\ 'tabedit +3' . fnameescape(ale#path#Simplify(g:dir . '/completion_dummy_file')),
\ 'tabedit +3 ' . fnameescape(ale#path#Simplify(g:dir . '/completion_dummy_file')),
\ ],
\ g:expr_list
AssertEqual [3, 7], getpos('.')[1:2]
@ -206,7 +206,7 @@ Execute(Other files should be jumped to for LSP definition responses):
AssertEqual
\ [
\ 'edit +3' . fnameescape(ale#path#Simplify(g:dir . '/completion_dummy_file')),
\ 'edit +3 ' . fnameescape(ale#path#Simplify(g:dir . '/completion_dummy_file')),
\ ],
\ g:expr_list
AssertEqual [3, 7], getpos('.')[1:2]
@ -251,7 +251,7 @@ Execute(Other files should be jumped to in tabs for LSP definition responses):
AssertEqual
\ [
\ 'tabedit +3' . fnameescape(ale#path#Simplify(g:dir . '/completion_dummy_file')),
\ 'tabedit +3 ' . fnameescape(ale#path#Simplify(g:dir . '/completion_dummy_file')),
\ ],
\ g:expr_list
AssertEqual [3, 7], getpos('.')[1:2]
@ -282,7 +282,7 @@ Execute(Definition responses with lists should be handled):
AssertEqual
\ [
\ 'edit +3' . fnameescape(ale#path#Simplify(g:dir . '/completion_dummy_file')),
\ 'edit +3 ' . fnameescape(ale#path#Simplify(g:dir . '/completion_dummy_file')),
\ ],
\ g:expr_list
AssertEqual [3, 7], getpos('.')[1:2]