mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-07 05:04:28 +08:00
Fix a test failing in AppVeyor
This commit is contained in:
@@ -12,5 +12,5 @@ After:
|
|||||||
|
|
||||||
Execute(The html-beautify callback should return the correct default command):
|
Execute(The html-beautify callback should return the correct default command):
|
||||||
AssertEqual
|
AssertEqual
|
||||||
\ {'command': '''html-beautify'' -'},
|
\ {'command': ale#Escape('html-beautify') . ' -'},
|
||||||
\ ale#fixers#html_beautify#Fix(bufnr(''))
|
\ ale#fixers#html_beautify#Fix(bufnr(''))
|
||||||
|
|||||||
Reference in New Issue
Block a user