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
416 B
Text
18 lines
416 B
Text
Before:
|
|
runtime ale_linters/verilog/xvlog.vim
|
|
|
|
After:
|
|
call ale#linter#Reset()
|
|
|
|
Execute(The xvlog handler should parse lines correctly):
|
|
AssertEqual
|
|
\ [
|
|
\ {
|
|
\ 'lnum': 5,
|
|
\ 'type': 'E',
|
|
\ 'text': '[VRFC 10-1412] syntax error near output '
|
|
\ },
|
|
\ ],
|
|
\ ale_linters#verilog#xvlog#Handle(bufnr(''), [
|
|
\ 'ERROR: [VRFC 10-1412] syntax error near output [/path/to/file.v:5]',
|
|
\ ])
|