Fix the stylelint tests to match the changes to the handler

This commit is contained in:
w0rp 2017-06-07 09:29:53 +01:00
parent 8f9828e5bf
commit edddb1910b
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
Execute (stylelint errors should be handled correctly):
" Stylelint includes trailing spaces for output. This needs to be taken into
" account for parsing errors.
AssertEqual
\ [
\ {
@ -16,6 +18,6 @@ Execute (stylelint errors should be handled correctly):
\ ],
\ ale#handlers#css#HandleStyleLintFormat(42, [
\ 'src/main.css',
\ ' 108:10 ✖ Unexpected leading zero number-leading-zero',
\ ' 108:10 ✖ Unexpected leading zero number-leading-zero ',
\ ' 116:20 ✖ Expected a trailing semicolon declaration-block-trailing-semicolon',
\ ])