test_perlcritic_handler.vader
1 Before: 2 runtime ale_linters/perl/perlcritic.vim 3 4 After: 5 call ale#linter#Reset() 6 7 Execute(The Perl::Critic handler should create all issues as warnings): 8 AssertEqual 9 \ [ 10 \ { 11 \ 'lnum': '21', 12 \ 'col': '17', 13 \ 'text': 'Regular expression without "/m" flag', 14 \ 'type': 'W', 15 \ } 16 \ ], 17 \ ale_linters#perl#perlcritic#Handle(99, [ 18 \ '21:17 Regular expression without "/m" flag' 19 \ ])