From b2fe1b2567a1a1e6a5e2ff805a46fa7f546ce62c Mon Sep 17 00:00:00 2001 From: w0rp Date: Sun, 26 Feb 2017 14:51:22 +0000 Subject: Copy all loclist items returned from handlers, and set up defaults for convenience --- test/test_standard_handler.vader | 6 ------ 1 file changed, 6 deletions(-) (limited to 'test/test_standard_handler.vader') diff --git a/test/test_standard_handler.vader b/test/test_standard_handler.vader index 1d1b71c4..4a69c211 100644 --- a/test/test_standard_handler.vader +++ b/test/test_standard_handler.vader @@ -6,29 +6,23 @@ Execute(The standard handler should parse lines correctly): \ { \ 'bufnr': 347, \ 'lnum': 47, - \ 'vcol': 0, \ 'col': 14, \ 'text': 'Expected indentation of 2 spaces but found 4.', \ 'type': 'E', - \ 'nr': -1, \ }, \ { \ 'bufnr': 347, \ 'lnum': 56, - \ 'vcol': 0, \ 'col': 41, \ 'text': 'Strings must use singlequote.', \ 'type': 'E', - \ 'nr': -1, \ }, \ { \ 'bufnr': 347, \ 'lnum': 13, - \ 'vcol': 0, \ 'col': 3, \ 'text': 'Parsing error: Unexpected token', \ 'type': 'E', - \ 'nr': -1, \ }, \ ], \ ale_linters#javascript#standard#Handle(347, [ -- cgit v1.2.3