Fix a test failing in AppVeyor

This commit is contained in:
w0rp 2019-11-07 15:51:55 +00:00
parent f11f6a2195
commit a273b9cf4a
No known key found for this signature in database
GPG Key ID: 0FC1ECAA8C81CD83
1 changed files with 1 additions and 1 deletions

View File

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