diff options
author | w0rp <devw0rp@gmail.com> | 2019-06-05 14:16:43 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2019-06-05 14:16:43 +0100 |
commit | 7b78f2b846e2f3443dcb2ceacee54eb99e37f040 (patch) | |
tree | 3173fbc32daa56a25fb3de28470fdcaf381e32c0 /test/handler/test_mypy_handler.vader | |
parent | 381fff0e4c0c7c5057ed0d114169fac3a419ff85 (diff) | |
download | ale-7b78f2b846e2f3443dcb2ceacee54eb99e37f040.zip |
Fix #2525 - Convert Windows paths in a Unix environment
Diffstat (limited to 'test/handler/test_mypy_handler.vader')
-rw-r--r-- | test/handler/test_mypy_handler.vader | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/handler/test_mypy_handler.vader b/test/handler/test_mypy_handler.vader index f3d4cbf8..6e96f3f3 100644 --- a/test/handler/test_mypy_handler.vader +++ b/test/handler/test_mypy_handler.vader @@ -78,7 +78,7 @@ Execute(The mypy handler should handle Windows names with spaces): \ { \ 'lnum': 4, \ 'col': 0, - \ 'filename': 'C:\something\with spaces.py', + \ 'filename': ale#path#Simplify('C:\something\with spaces.py'), \ 'type': 'E', \ 'text': 'No library stub file for module ''django.db''', \ }, |