mirror of
https://github.com/neovim/neovim.git
synced 2025-12-09 16:12:48 +00:00
multigrid: add multigrid support to test infrastructure
make Screen explicitly tied to its session
This commit is contained in:
@@ -49,8 +49,8 @@ local check_logs_useless_lines = {
|
||||
local function eq(expected, actual, ctx)
|
||||
return assert.are.same(expected, actual, ctx)
|
||||
end
|
||||
local function neq(expected, actual)
|
||||
return assert.are_not.same(expected, actual)
|
||||
local function neq(expected, actual, context)
|
||||
return assert.are_not.same(expected, actual, context)
|
||||
end
|
||||
local function ok(res)
|
||||
return assert.is_true(res)
|
||||
|
||||
Reference in New Issue
Block a user