diff options
-rw-r--r-- | test/fixers/test_html_beautify_fixer_callback.vader | 2 |
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('')) |