mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 02:08:17 +00:00
tests: introduce screen:expect{...} form
This commit is contained in:
@@ -45,8 +45,8 @@ local check_logs_useless_lines = {
|
||||
['See README_MISSING_SYSCALL_OR_IOCTL for guidance']=3,
|
||||
}
|
||||
|
||||
local function eq(expected, actual)
|
||||
return assert.are.same(expected, actual)
|
||||
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)
|
||||
|
Reference in New Issue
Block a user