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: "???"
18 lines
361 B
Text
18 lines
361 B
Text
Before:
|
|
runtime ale_linters/json/jq.vim
|
|
|
|
After:
|
|
call ale#linter#Reset()
|
|
|
|
Execute (Should parse error correctly):
|
|
AssertEqual
|
|
\ [
|
|
\ {
|
|
\ 'lnum': 1,
|
|
\ 'col': 9,
|
|
\ 'text': 'Expected another array element',
|
|
\ }
|
|
\ ],
|
|
\ ale_linters#json#jq#Handle(0, [
|
|
\ 'parse error: Expected another array element at line 1, column 9'
|
|
\ ])
|