diff options
author | w0rp <devw0rp@gmail.com> | 2017-06-25 17:08:57 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-06-25 17:08:57 +0100 |
commit | 93473a410139f4c094ae491e690bb22b40648214 (patch) | |
tree | 946fdc5ecb87dcd5e351ccc5b454121797ee63f1 /test/test_path_equality.vader | |
parent | 229a1c092a6f7d5116590bed2cf0e97ad63bbc7c (diff) | |
download | ale-93473a410139f4c094ae491e690bb22b40648214.zip |
Fix #690 - Filter out errors from other files for Haskell
Diffstat (limited to 'test/test_path_equality.vader')
-rw-r--r-- | test/test_path_equality.vader | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_path_equality.vader b/test/test_path_equality.vader index 78af5627..54d9bf9a 100644 --- a/test/test_path_equality.vader +++ b/test/test_path_equality.vader @@ -41,3 +41,4 @@ Execute(ale#path#IsBufferPath should match files in /tmp): Assert ale#path#IsBufferPath(bufnr(''), '../../../../../../../../tmp/vG0hKyD/1/test.ts') Assert ale#path#IsBufferPath(bufnr(''), '/tmp/vG0hKyD/1/test.ts') + Assert ale#path#IsBufferPath(bufnr(''), '/run/user/1000/vG0hKyD/1/test.ts') |