Fix a test failing in AppVeyor
This commit is contained in:
parent
f11f6a2195
commit
a273b9cf4a
1 changed files with 1 additions and 1 deletions
|
@ -12,5 +12,5 @@ After:
|
|||
|
||||
Execute(The html-beautify callback should return the correct default command):
|
||||
AssertEqual
|
||||
\ {'command': '''html-beautify'' -'},
|
||||
\ {'command': ale#Escape('html-beautify') . ' -'},
|
||||
\ ale#fixers#html_beautify#Fix(bufnr(''))
|
||||
|
|
Reference in a new issue