diff options
Diffstat (limited to 'test/fix/test_ale_fix.vader')
-rw-r--r-- | test/fix/test_ale_fix.vader | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/fix/test_ale_fix.vader b/test/fix/test_ale_fix.vader index 22a555a8..7fe5c61c 100644 --- a/test/fix/test_ale_fix.vader +++ b/test/fix/test_ale_fix.vader @@ -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 |