diff options
author | w0rp <devw0rp@gmail.com> | 2017-10-23 23:09:40 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-10-23 23:09:40 +0100 |
commit | b952dda386e2e9e0ba145ff8e286879498c65756 (patch) | |
tree | ffe3309b636405174b386ccc29d7a7f98489ada7 /test/test_find_nearest_directory.vader | |
parent | 231398dddc59b01bc83f5a333af1ae741d31ed51 (diff) | |
download | ale-b952dda386e2e9e0ba145ff8e286879498c65756.zip |
Get all tests to pass on Windows
Diffstat (limited to 'test/test_find_nearest_directory.vader')
-rw-r--r-- | test/test_find_nearest_directory.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_find_nearest_directory.vader b/test/test_find_nearest_directory.vader index 03d38862..1442c8fc 100644 --- a/test/test_find_nearest_directory.vader +++ b/test/test_find_nearest_directory.vader @@ -8,7 +8,7 @@ Execute(We should be able to find a directory some directory down): call ale#test#SetFilename('top/middle/bottom/dummy.txt') AssertEqual - \ expand('%:p:h:h:h:h') . '/top/ale-special-directory-name-dont-use-this-please/', + \ ale#path#Winify(expand('%:p:h:h:h:h') . '/top/ale-special-directory-name-dont-use-this-please/'), \ ale#path#FindNearestDirectory(bufnr('%'), 'ale-special-directory-name-dont-use-this-please') Execute(We shouldn't find anything for files which don't match): |