diff options
Diffstat (limited to 'test/handler/test_ruby_handler.vader')
-rw-r--r-- | test/handler/test_ruby_handler.vader | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/handler/test_ruby_handler.vader b/test/handler/test_ruby_handler.vader index 573711f7..ed8b06e2 100644 --- a/test/handler/test_ruby_handler.vader +++ b/test/handler/test_ruby_handler.vader @@ -7,21 +7,18 @@ Execute(The ruby handler should parse lines correctly and add the column if it c \ [ \ { \ 'lnum': 6, - \ 'bufnr': 255, \ 'col': 13, \ 'type': 'E', \ 'text': 'syntax error, unexpected '';''' \ }, \ { \ 'lnum': 9, - \ 'bufnr': 255, \ 'col': 0, \ 'type': 'W', \ 'text': 'warning: statement not reached' \ }, \ { \ 'lnum': 12, - \ 'bufnr': 255, \ 'col': 0, \ 'type': 'E', \ 'text': 'syntax error, unexpected end-of-input, expecting keyword_end' |