mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 20:54:26 +08:00
Update FindReferences tests
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user