mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 08:02:38 +00:00
refactor: format test/*
This commit is contained in:
@@ -8,10 +8,11 @@ describe(':syntax', function()
|
||||
before_each(clear)
|
||||
|
||||
describe('keyword', function()
|
||||
it('does not crash when group name contains unprintable characters',
|
||||
function()
|
||||
eq('Vim(syntax):E669: Unprintable character in group name',
|
||||
exc_exec('syntax keyword \024 foo bar'))
|
||||
it('does not crash when group name contains unprintable characters', function()
|
||||
eq(
|
||||
'Vim(syntax):E669: Unprintable character in group name',
|
||||
exc_exec('syntax keyword \024 foo bar')
|
||||
)
|
||||
end)
|
||||
end)
|
||||
end)
|
||||
|
||||
Reference in New Issue
Block a user