mirror of
https://github.com/dense-analysis/ale.git
synced 2026-02-10 03:31:34 +08:00
Get tests to pass in Vim 8.1
This commit is contained in:
@@ -38,7 +38,7 @@ Execute(The loclist titles should be set appropriately):
|
||||
\ 'nr': 0,
|
||||
\ 'type': 'E',
|
||||
\ 'pattern': '',
|
||||
\}], getloclist(0)
|
||||
\}], ale#test#GetLoclistWithoutModule()
|
||||
|
||||
if !has('nvim')
|
||||
AssertEqual
|
||||
@@ -68,7 +68,7 @@ Execute(The quickfix titles should be set appropriately):
|
||||
\ 'nr': 0,
|
||||
\ 'type': 'E',
|
||||
\ 'pattern': '',
|
||||
\}], getqflist()
|
||||
\}], ale#test#GetQflistWithoutModule()
|
||||
|
||||
if !has('nvim')
|
||||
AssertEqual
|
||||
|
||||
Reference in New Issue
Block a user