mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 16:42:42 +00:00
feat(test): add Lua forms for API methods (#20152)
This commit is contained in:
@@ -272,7 +272,7 @@ describe('threadpool', function()
|
||||
work:queue({})
|
||||
]])
|
||||
|
||||
eq([[Error executing lua: [string "<nvim>"]:0: Error: thread arg not support type 'function' at 1]],
|
||||
eq([[Error: thread arg not support type 'function' at 1]],
|
||||
status)
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user