mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 05:04:28 +08:00
Remove the test for highlight linking, because it just cannot be tested
This commit is contained in:
@@ -31,12 +31,3 @@ Execute(The SignColumn highlight should be set and reset):
|
|||||||
|
|
||||||
call ale#sign#SetSignColumnHighlight(0)
|
call ale#sign#SetSignColumnHighlight(0)
|
||||||
AssertEqual 'links to ALESignColumnWithoutErrors', ParseHighlight('SignColumn')
|
AssertEqual 'links to ALESignColumnWithoutErrors', ParseHighlight('SignColumn')
|
||||||
|
|
||||||
Execute(ALESignColumnWithoutErrors should link to what SignColumn links to):
|
|
||||||
highlight clear SignColumn
|
|
||||||
highlight link SignColumn LineNr
|
|
||||||
highlight clear ALESignColumnWithoutErrors
|
|
||||||
|
|
||||||
runtime 'autoload/ale/sign.vim'
|
|
||||||
|
|
||||||
AssertEqual 'links to LineNr', ParseHighlight('ALESignColumnWithoutErrors')
|
|
||||||
|
|||||||
Reference in New Issue
Block a user