Add javascript langserver testing
authorLuke Lau <luke_lau@icloud.com>
Mon, 11 Jun 2018 19:45:14 +0000 (15:45 -0400)
committerLuke Lau <luke_lau@icloud.com>
Mon, 11 Jun 2018 19:45:14 +0000 (15:45 -0400)
commitedee40c4aba2607c652cace2da780c373612665f
treefe746f3fa3ca259301e23bef8b468292a31aa96a
parentf5e627c1912bc66b7b8bb2c1a389b59fb34de883
Add javascript langserver testing

Also improve error reporting
14 files changed:
.travis.yml
src/Language/Haskell/LSP/Test.hs
src/Language/Haskell/LSP/Test/Decoding.hs
src/Language/Haskell/LSP/Test/Parsing.hs
stack.yaml
test/Test.hs
test/data/documentSymbolFail/client.log [moved from test/recordings/documentSymbolFail/client.log with 100% similarity]
test/data/documentSymbolFail/example/Main.hs [moved from test/recordings/documentSymbolFail/example/Main.hs with 100% similarity]
test/data/documentSymbolFail/server.log [moved from test/recordings/documentSymbolFail/server.log with 100% similarity]
test/data/javascriptPass/test.js [new file with mode: 0644]
test/data/renameFail/Desktop/simple.hs [moved from test/recordings/renameFail/Desktop/simple.hs with 100% similarity]
test/data/renameFail/session.log [moved from test/recordings/renameFail/session.log with 100% similarity]
test/data/renamePass/Desktop/simple.hs [moved from test/recordings/renamePass/Desktop/simple.hs with 100% similarity]
test/data/renamePass/session.log [moved from test/recordings/renamePass/session.log with 100% similarity]