test_qmllint_handler.vader
1 Before: 2 runtime ale_linters/qml/qmllint.vim 3 4 After: 5 call ale#linter#Reset() 6 7 Execute(The qmllint handler should parse error messages correctly): 8 AssertEqual 9 \ [ 10 \ { 11 \ 'lnum': 2, 12 \ 'col': 0, 13 \ 'type': 'E', 14 \ 'text': 'Expected token ''}''' 15 \ } 16 \ ], 17 \ ale_linters#qml#qmllint#Handle(1, [ 18 \ '/tmp/ab34cd56/Test.qml:2 : Expected token ''}''' 19 \ ])