summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2019-11-07 15:51:55 +0000
committerw0rp <devw0rp@gmail.com>2019-11-07 15:52:03 +0000
commita273b9cf4a9778fd6f083eb534fefa72c4bea623 (patch)
tree688853d6152ac3149a569a779bc6d7fa3e64977c /test
parentf11f6a219564853df280d343a56696182b501348 (diff)
downloadale-a273b9cf4a9778fd6f083eb534fefa72c4bea623.zip
Fix a test failing in AppVeyor
Diffstat (limited to 'test')
-rw-r--r--test/fixers/test_html_beautify_fixer_callback.vader2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixers/test_html_beautify_fixer_callback.vader b/test/fixers/test_html_beautify_fixer_callback.vader
index 05e10a36..372572e4 100644
--- a/test/fixers/test_html_beautify_fixer_callback.vader
+++ b/test/fixers/test_html_beautify_fixer_callback.vader
@@ -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(''))