From c0566db1d2f9850937b498c134d6297896cd2a6f Mon Sep 17 00:00:00 2001 From: w0rp Date: Sun, 23 Aug 2020 20:05:09 +0100 Subject: Try to fix Windows tests --- test/fix/test_ale_fix.vader | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/fix') 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/'], \ ], \} -- cgit v1.2.3