2017-03-05 20:34:58 +00:00
|
|
|
Execute(The nix handler should parse nix-instantiate error messages correctly):
|
|
|
|
runtime ale_linters/nix/nix.vim
|
|
|
|
|
|
|
|
AssertEqual
|
|
|
|
\ [
|
|
|
|
\ {
|
|
|
|
\ 'lnum': 23,
|
|
|
|
\ 'col': 14,
|
|
|
|
\ 'text': 'error: syntax error, unexpected IN',
|
|
|
|
\ 'type': 'E',
|
|
|
|
\ },
|
|
|
|
\ {
|
|
|
|
\ 'lnum': 3,
|
|
|
|
\ 'col': 12,
|
|
|
|
\ 'text': 'error: syntax error, unexpected ''='', expecting '';''',
|
|
|
|
\ 'type': 'E',
|
|
|
|
\ },
|
|
|
|
\
|
|
|
|
\ ],
|
|
|
|
\ ale_linters#nix#nix#Handle(47, [
|
|
|
|
\ 'This line should be ignored',
|
|
|
|
\ 'error: syntax error, unexpected IN, at /path/to/filename.nix:23:14',
|
|
|
|
\ 'error: syntax error, unexpected ''='', expecting '';'', at /path/to/filename.nix:3:12',
|
|
|
|
\ ])
|
2017-03-06 23:34:19 +00:00
|
|
|
|
|
|
|
After:
|
|
|
|
call ale#linter#Reset()
|