summaryrefslogtreecommitdiff
path: root/test/fixers/test_prettier_eslint_fixer.callback.vader
diff options
context:
space:
mode:
authorpaihu <paihu@users.noreply.github.com>2018-10-23 23:20:27 +0900
committerpaihu <paihu@users.noreply.github.com>2018-10-23 23:20:27 +0900
commitf4395f5b8cb0078536e6033ca9c86e7299ed3ba1 (patch)
treeadf339bfb31497d16203507cc404e58fcd5048ed /test/fixers/test_prettier_eslint_fixer.callback.vader
parentbc3ccd6e042fb623e6a34d5184839aa1f1518f32 (diff)
downloadale-f4395f5b8cb0078536e6033ca9c86e7299ed3ba1.zip
ale#path#CdString include ale#Escape
Diffstat (limited to 'test/fixers/test_prettier_eslint_fixer.callback.vader')
-rw-r--r--test/fixers/test_prettier_eslint_fixer.callback.vader4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fixers/test_prettier_eslint_fixer.callback.vader b/test/fixers/test_prettier_eslint_fixer.callback.vader
index 8e12ef57..5c899d86 100644
--- a/test/fixers/test_prettier_eslint_fixer.callback.vader
+++ b/test/fixers/test_prettier_eslint_fixer.callback.vader
@@ -85,7 +85,7 @@ Execute(The new --stdin-filepath option should be used when the version is new e
AssertEqual
\ {
- \ 'command': ale#path#CdString(ale#Escape(expand('%:p:h')))
+ \ 'command': ale#path#CdString(expand('%:p:h'))
\ . ale#Escape('prettier-eslint')
\ . ' --eslint-config-path ' . ale#Escape(ale#path#Simplify(g:dir . '/eslint-test-files/react-app/.eslintrc.js'))
\ . ' --stdin-filepath %s --stdin',
@@ -106,7 +106,7 @@ Execute(The version number should be cached):
" The newer command should be used.
AssertEqual
\ {
- \ 'command': ale#path#CdString(ale#Escape(expand('%:p:h')))
+ \ 'command': ale#path#CdString(expand('%:p:h'))
\ . ale#Escape('prettier-eslint')
\ . ' --stdin-filepath %s --stdin',
\ },