Try to fix Windows tests

This commit is contained in:
w0rp
2020-08-23 20:05:09 +01:00
parent ba3dd0d027
commit c0566db1d2
2 changed files with 4 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ Execute(ale#filename_mapping#Map should map filenames):
AssertEqual
\ '/data/bar',
\ ale#filename_mapping#Map('/foo//bar', [
\ ['/data', '/baz'],
\ ['/foo', '/data'],
\ ['/foo', '/xyz'],
\ ['/data/', '/baz/'],
\ ['/foo/', '/data/'],
\ ['/foo/', '/xyz/'],
\ ])