diff options
author | w0rp <devw0rp@gmail.com> | 2020-08-23 20:05:09 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2020-08-23 20:05:09 +0100 |
commit | c0566db1d2f9850937b498c134d6297896cd2a6f (patch) | |
tree | bc7699b009ad2266c14bf28492038ba830d5571b /test/fix | |
parent | ba3dd0d02735e7b23918200ae58410b0deed2f62 (diff) | |
download | ale-c0566db1d2f9850937b498c134d6297896cd2a6f.zip |
Try to fix Windows tests
Diffstat (limited to 'test/fix')
-rw-r--r-- | test/fix/test_ale_fix.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fix/test_ale_fix.vader b/test/fix/test_ale_fix.vader index ee96f0ff..22a555a8 100644 --- a/test/fix/test_ale_fix.vader +++ b/test/fix/test_ale_fix.vader @@ -221,7 +221,7 @@ Execute(Should apply filename mpapings): " that ALEFix applies filename mappings, end-to-end. let g:ale_filename_mappings = { \ 'echo_filename': [ - \ [expand('%:p:h'), '/some/fake/path'], + \ [expand('%:p:h') . '/', '/some/fake/path/'], \ ], \} |