From a273b9cf4a9778fd6f083eb534fefa72c4bea623 Mon Sep 17 00:00:00 2001 From: w0rp Date: Thu, 7 Nov 2019 15:51:55 +0000 Subject: Fix a test failing in AppVeyor --- test/fixers/test_html_beautify_fixer_callback.vader | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/fixers') 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('')) -- cgit v1.2.3