This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
ale/test/handler/test_qmllint_handler.vader

20 lines
392 B
Text
Raw Permalink Normal View History

Before:
runtime ale_linters/qml/qmllint.vim
After:
call ale#linter#Reset()
Execute(The qmllint handler should parse error messages correctly):
AssertEqual
\ [
\ {
\ 'lnum': 2,
\ 'col': 0,
\ 'type': 'E',
\ 'text': 'Expected token ''}'''
\ }
\ ],
\ ale_linters#qml#qmllint#Handle(1, [
\ '/tmp/ab34cd56/Test.qml:2 : Expected token ''}'''
\ ])