Update FindReferences tests

This commit is contained in:
Alvin Chan 2018-12-31 14:59:50 -07:00
parent f534db1ef9
commit 5792bd6e29

View File

@ -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()