#710 - Fix a parsing bug caused by the last fix

此提交包含在:
w0rp
2017-07-07 10:59:00 +01:00
父節點 7ce960ae51
當前提交 d9a7364dae
共有 2 個檔案被更改,包括 4 行新增4 行删除

查看文件

@@ -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(''), [