mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
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:
parent
0ba77f2f31
commit
fbc5b7b090
@ -208,12 +208,12 @@ describe('health.vim', function()
|
||||
^ |
|
||||
{Heading:foo: } |
|
||||
{Bar:========================================================================}|
|
||||
{Bullet: -} {Error:ERROR:} No healthcheck found for "foo" plugin. |
|
||||
{Bullet: -} {Error:ERROR}: No healthcheck found for "foo" plugin. |
|
||||
|
|
||||
{Heading:success1: health#success1#check} |
|
||||
{Bar:========================================================================}|
|
||||
{Heading2:##}{Heading: report 1} |
|
||||
{Bullet: -} {Ok:OK:} everything is fine |
|
||||
{Bullet: -} {Ok:OK}: everything is fine |
|
||||
|
|
||||
]]}
|
||||
end)
|
||||
|
Loading…
Reference in New Issue
Block a user