diff options
author | w0rp <devw0rp@gmail.com> | 2017-10-01 18:41:41 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-10-01 18:41:41 +0100 |
commit | 4634b1be93adbeb1cbed2b9f25025b45d0c5015b (patch) | |
tree | 48dec8f838215d070d52c15a3bbb6ba03c4ee1d0 /test/handler/test_flow_handler.vader | |
parent | 5731616cd27c6000a0ee788611b9299eebb9cf7f (diff) | |
download | ale-4634b1be93adbeb1cbed2b9f25025b45d0c5015b.zip |
Fix Flow and Idris tests for Windows
Diffstat (limited to 'test/handler/test_flow_handler.vader')
-rw-r--r-- | test/handler/test_flow_handler.vader | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/handler/test_flow_handler.vader b/test/handler/test_flow_handler.vader index 5037fcb1..47efc30d 100644 --- a/test/handler/test_flow_handler.vader +++ b/test/handler/test_flow_handler.vader @@ -260,7 +260,7 @@ Execute(The flow handler should handle relative paths): \ "descr": "React element `Foo`", \ "type": "Blame", \ "loc": { - \ "source": "vim-ale-flow/index.js", + \ "source": expand('%:p'), \ "type": "SourceFile", \ "start": { \ "line": 6, @@ -273,7 +273,7 @@ Execute(The flow handler should handle relative paths): \ "offset": 108 \ } \ }, - \ "path": "vim-ale-flow/index.js", + \ "path": expand('%:p'), \ "line": 6, \ "endline": 6, \ "start": 3, @@ -318,7 +318,7 @@ Execute(The flow handler should handle relative paths): \ "descr": "props of React element `Foo`", \ "type": "Blame", \ "loc": { - \ "source": "vim-ale-flow/index.js", + \ "source": expand('%:p'), \ "type": "SourceFile", \ "start": { \ "line": 6, @@ -331,7 +331,7 @@ Execute(The flow handler should handle relative paths): \ "offset": 108 \ } \ }, - \ "path": "vim-ale-flow/index.js", + \ "path": expand('%:p'), \ "line": 6, \ "endline": 6, \ "start": 3, |