Fix the write-good tests on Windows

This commit is contained in:
w0rp 2017-10-25 00:39:23 +01:00
parent 7ac07a30b8
commit eec529ad9d
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ Execute(Should use the node_modules/write-good executable, if available):
\ ale#path#Winify(g:dir . '/write-good-node-modules-2/node_modules/write-good/bin/write-good.js'),
\ ale#handlers#writegood#GetExecutable(bufnr(''))
AssertEqual
\ (has('win32') ? 'node' : '')
\ (has('win32') ? 'node.exe ' : '')
\ . ale#Escape(ale#path#Winify(g:dir . '/write-good-node-modules-2/node_modules/write-good/bin/write-good.js'))
\ . ' %t',
\ ale#handlers#writegood#GetCommand(bufnr(''))