e149692cc9
subrepo: subdir: "dotfiles/.vim/plugged/ale" merged: "e4b205440" upstream: origin: "https://github.com/dense-analysis/ale.git" branch: "master" commit: "e4b205440" git-subrepo: version: "0.4.3" origin: "???" commit: "???"
19 lines
377 B
Text
19 lines
377 B
Text
Before:
|
|
runtime ale_linters/qml/qmlfmt.vim
|
|
|
|
After:
|
|
call ale#linter#Reset()
|
|
|
|
Execute(The qmlfmt handler should parse error messages correctly):
|
|
AssertEqual
|
|
\ [
|
|
\ {
|
|
\ 'lnum': 22,
|
|
\ 'col': 1,
|
|
\ 'type': 'E',
|
|
\ 'text': 'Expected token ''}''.'
|
|
\ }
|
|
\ ],
|
|
\ ale_linters#qml#qmlfmt#Handle(1, [
|
|
\ 'Error:22:1: Expected token ''}''.'
|
|
\ ])
|