chore(test): adapt healthcheck test to new css syntax

The runtime file update
2286304cdb
added a `syn keyword` for `css`, which affects (via `html` and
`markdown` syntax files) the highlighting of `:checkhealth` output
(before, `ERROR:` was highlighted with `healthError`; now the colon is
no longer included).
This commit is contained in:
Christian Clason 2021-10-16 17:45:59 +02:00
parent 0ba77f2f31
commit fbc5b7b090

View File

@ -208,12 +208,12 @@ describe('health.vim', function()
^ | ^ |
{Heading:foo: } | {Heading:foo: } |
{Bar:========================================================================}| {Bar:========================================================================}|
{Bullet: -} {Error:ERROR:} No healthcheck found for "foo" plugin. | {Bullet: -} {Error:ERROR}: No healthcheck found for "foo" plugin. |
| |
{Heading:success1: health#success1#check} | {Heading:success1: health#success1#check} |
{Bar:========================================================================}| {Bar:========================================================================}|
{Heading2:##}{Heading: report 1} | {Heading2:##}{Heading: report 1} |
{Bullet: -} {Ok:OK:} everything is fine | {Bullet: -} {Ok:OK}: everything is fine |
| |
]]} ]]}
end) end)