Update FindReferences tests
This commit is contained in:
parent
f534db1ef9
commit
5792bd6e29
@ -135,9 +135,9 @@ Execute(Results should be shown for tsserver responses):
|
|||||||
|
|
||||||
AssertEqual
|
AssertEqual
|
||||||
\ [
|
\ [
|
||||||
\ {'filename': '/foo/bar/app.ts', 'column': 9, 'line': 9},
|
\ {'filename': '/foo/bar/app.ts', 'column': 9, 'line': 9, 'match': 'import {doSomething} from ''./whatever'''},
|
||||||
\ {'filename': '/foo/bar/app.ts', 'column': 3, 'line': 804},
|
\ {'filename': '/foo/bar/app.ts', 'column': 3, 'line': 804, 'match': 'doSomething()'},
|
||||||
\ {'filename': '/foo/bar/other/app.ts', 'column': 3, 'line': 51},
|
\ {'filename': '/foo/bar/other/app.ts', 'column': 3, 'line': 51, 'match': 'doSomething()'},
|
||||||
\ ],
|
\ ],
|
||||||
\ g:item_list
|
\ g:item_list
|
||||||
AssertEqual {}, ale#references#GetMap()
|
AssertEqual {}, ale#references#GetMap()
|
||||||
|
Loading…
Reference in New Issue
Block a user