diff options
author | w0rp <devw0rp@gmail.com> | 2017-09-13 23:30:32 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-09-13 23:30:39 +0100 |
commit | 3d2bddf4af7515a6f2b20cf6b5bb8fa5568a1a99 (patch) | |
tree | 2696c8a55580ac6137b24d81921e3d4bc1c62a74 /test/handler/test_flow_handler.vader | |
parent | 677263f11501b40ca52239c96335be9c06141c3e (diff) | |
download | ale-3d2bddf4af7515a6f2b20cf6b5bb8fa5568a1a99.zip |
Get some more random tests to pass on Windows
Diffstat (limited to 'test/handler/test_flow_handler.vader')
-rw-r--r-- | test/handler/test_flow_handler.vader | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/test/handler/test_flow_handler.vader b/test/handler/test_flow_handler.vader index 288610b0..f7a847cf 100644 --- a/test/handler/test_flow_handler.vader +++ b/test/handler/test_flow_handler.vader @@ -38,7 +38,7 @@ Execute(The flow handler should process errors correctly.): \ "descr": "number", \ "type": "Blame", \ "loc": { - \ "source": "/home/w0rp/Downloads/graphql-js/src/language/parser.js", + \ "source": expand('%:p:h'), \ "type": "SourceFile", \ "start": { \ "line": 417, @@ -51,7 +51,7 @@ Execute(The flow handler should process errors correctly.): \ "offset": 9504 \ } \ }, - \ "path": "/home/w0rp/Downloads/graphql-js/src/language/parser.js", + \ "path": expand('%:p:h'), \ "line": 417, \ "endline": 417, \ "start": 10, @@ -72,7 +72,7 @@ Execute(The flow handler should process errors correctly.): \ "descr": "array type", \ "type": "Blame", \ "loc": { - \ "source": "/home/w0rp/Downloads/graphql-js/src/language/parser.js", + \ "source": expand('%:p:h'), \ "type": "SourceFile", \ "start": { \ "line": 416, @@ -85,7 +85,7 @@ Execute(The flow handler should process errors correctly.): \ "offset": 9491 \ } \ }, - \ "path": "/home/w0rp/Downloads/graphql-js/src/language/parser.js", + \ "path": expand('%:p:h'), \ "line": 416, \ "endline": 416, \ "start": 43, @@ -102,7 +102,7 @@ Execute(The flow handler should process errors correctly.): \ "descr": "unreachable code", \ "type": "Blame", \ "loc": { - \ "source": "/home/w0rp/Downloads/graphql-js/src/language/parser.js", + \ "source": expand('%:p:h'), \ "type": "SourceFile", \ "start": { \ "line": 419, @@ -115,7 +115,7 @@ Execute(The flow handler should process errors correctly.): \ "offset": 9626 \ } \ }, - \ "path": "/home/w0rp/Downloads/graphql-js/src/language/parser.js", + \ "path": expand('%:p:h'), \ "line": 419, \ "endline": 421, \ "start": 3, @@ -156,7 +156,7 @@ Execute(The flow handler should fetch the correct location for the currently ope \ "descr": "React element `Foo`", \ "type": "Blame", \ "loc": { - \ "source": "/Users/rav/Projects/vim-ale-flow/index.js", + \ "source": expand('%:p:h'), \ "type": "SourceFile", \ "start": { \ "line": 6, @@ -169,7 +169,7 @@ Execute(The flow handler should fetch the correct location for the currently ope \ "offset": 108 \ } \ }, - \ "path": "/Users/rav/Projects/vim-ale-flow/index.js", + \ "path": expand('%:p:h'), \ "line": 6, \ "endline": 6, \ "start": 3, @@ -214,7 +214,7 @@ Execute(The flow handler should fetch the correct location for the currently ope \ "descr": "props of React element `Foo`", \ "type": "Blame", \ "loc": { - \ "source": "/Users/rav/Projects/vim-ale-flow/index.js", + \ "source": expand('%:p:h'), \ "type": "SourceFile", \ "start": { \ "line": 6, @@ -227,7 +227,7 @@ Execute(The flow handler should fetch the correct location for the currently ope \ "offset": 108 \ } \ }, - \ "path": "/Users/rav/Projects/vim-ale-flow/index.js", + \ "path": expand('%:p:h'), \ "line": 6, \ "endline": 6, \ "start": 3, |