summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-07-07 10:59:00 +0100
committerw0rp <devw0rp@gmail.com>2017-07-07 10:59:00 +0100
commitd9a7364dae5af3f193fa9e4cee221730a8ffd46e (patch)
tree01472a0b7d00e381b62f2f403bb7399b82f891c4 /test
parent7ce960ae519e97e26e3c99c4faebe9d5290b487f (diff)
downloadale-d9a7364dae5af3f193fa9e4cee221730a8ffd46e.zip
#710 - Fix a parsing bug caused by the last fix
Diffstat (limited to 'test')
-rw-r--r--test/handler/test_ghc_mod_handler.vader6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/handler/test_ghc_mod_handler.vader b/test/handler/test_ghc_mod_handler.vader
index 53991bb6..b8d09a54 100644
--- a/test/handler/test_ghc_mod_handler.vader
+++ b/test/handler/test_ghc_mod_handler.vader
@@ -13,13 +13,13 @@ Execute(HandleGhcFormat should handle ghc-mod problems):
\ 'lnum': 2,
\ 'col': 1,
\ 'type': 'E',
- \ 'text': ' Suggestion: Use camelCaseFound: my_variable = ...Why not: myVariable = ...',
+ \ 'text': 'Suggestion: Use camelCaseFound: my_variable = ...Why not: myVariable = ...',
\ },
\ {
\ 'lnum': 6,
\ 'col': 1,
- \ 'type': 'E',
- \ 'text': ' Warning: Eta reduceFound: myFunc x = succ xWhy not: myFunc = succ',
+ \ 'type': 'W',
+ \ 'text': 'Eta reduceFound: myFunc x = succ xWhy not: myFunc = succ',
\ },
\ ],
\ ale#handlers#haskell#HandleGHCFormat(bufnr(''), [