mirror of
https://github.com/dense-analysis/ale.git
synced 2026-01-19 09:32:56 +08:00
Get fixer tests to work on Windows
This commit is contained in:
@@ -21,7 +21,7 @@ Execute(The puppetlint callback should return the correct default values):
|
||||
|
||||
AssertEqual
|
||||
\ {'read_temporary_file': 1,
|
||||
\ 'command': "'" . g:ale_puppet_puppetlint_executable . "'"
|
||||
\ 'command': ale#Escape(g:ale_puppet_puppetlint_executable)
|
||||
\ . ' ' . g:ale_puppet_puppetlint_options
|
||||
\ . ' --fix %t' },
|
||||
\ ale#fixers#puppetlint#Fix(bufnr(''))
|
||||
|
||||
Reference in New Issue
Block a user