mirror of
https://github.com/dense-analysis/ale.git
synced 2026-02-07 02:11:05 +08:00
Clean up tests to stop people copy and pasting the wrong examples
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
Before:
|
||||
runtime ale_linters/xml/xmllint.vim
|
||||
|
||||
After:
|
||||
call ale#linter#Reset()
|
||||
|
||||
Execute(The xmllint handler should parse error messages correctly):
|
||||
AssertEqual
|
||||
\ [
|
||||
@@ -25,6 +28,3 @@ Execute(The xmllint handler should parse error messages correctly):
|
||||
\ 'blahblah>',
|
||||
\ '^'
|
||||
\ ])
|
||||
|
||||
After:
|
||||
call ale#linter#Reset()
|
||||
|
||||
Reference in New Issue
Block a user