mirror of
https://github.com/neovim/neovim.git
synced 2026-02-20 09:19:43 +10: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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user