mirror of
https://github.com/neovim/neovim.git
synced 2025-10-26 12:27:24 +00:00
tests/ui: strict mode
This commit is contained in:
committed by
Thiago de Arruda
parent
5c837f613e
commit
a9048896b3
@@ -10,6 +10,7 @@ describe('Screen', function()
|
||||
clear()
|
||||
screen = Screen.new()
|
||||
screen:attach()
|
||||
screen:set_default_attr_ignore( {{}, {bold=true, foreground=255}} )
|
||||
end)
|
||||
|
||||
after_each(function()
|
||||
|
||||
Reference in New Issue
Block a user