mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-09 22:14:44 +08:00
Fix the mscs tests on Windows, and use the improved Simplify for all tests instead.
This commit is contained in:
@@ -34,10 +34,10 @@ Execute(The yaml swaglint command callback should allow a local installation to
|
||||
call ale#test#SetFilename('swaglint_paths/docs/swagger.yaml')
|
||||
|
||||
AssertEqual
|
||||
\ ale#path#Winify(g:dir . '/swaglint_paths/node_modules/.bin/swaglint'),
|
||||
\ ale#path#Simplify(g:dir . '/swaglint_paths/node_modules/.bin/swaglint'),
|
||||
\ ale_linters#yaml#swaglint#GetExecutable(bufnr(''))
|
||||
|
||||
AssertEqual
|
||||
\ ale#path#Winify(g:dir . '/swaglint_paths/node_modules/.bin/swaglint')
|
||||
\ ale#path#Simplify(g:dir . '/swaglint_paths/node_modules/.bin/swaglint')
|
||||
\ . ' -r compact --stdin',
|
||||
\ ale_linters#yaml#swaglint#GetCommand(bufnr(''))
|
||||
|
||||
Reference in New Issue
Block a user