mirror of
https://github.com/dense-analysis/ale.git
synced 2025-12-06 20:54:26 +08:00
Try to fix Windows tests again
This commit is contained in:
@@ -230,6 +230,11 @@ Execute(Should apply filename mpapings):
|
||||
ALEFix
|
||||
call ale#test#FlushJobs()
|
||||
|
||||
if has('win32')
|
||||
" We have to correct the output on Windows.
|
||||
call setline(1, substitute(getline(1), '\r', '', ''))
|
||||
endif
|
||||
|
||||
Expect(The mapped filename should be printed):
|
||||
/some/fake/path/test.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user