mirror of
https://github.com/neovim/neovim.git
synced 2026-02-20 09:19:43 +10:00
test: Lua 5.2/5.3 compat #9280
Make the code run both on Lua 5.1 (which is the default for Neovim, and is what LuaJIT provides) and Lua 5.2+.
This commit is contained in:
committed by
Justin M. Keyes
parent
ccb005b9e0
commit
e6d0dea42b
@@ -78,6 +78,7 @@ local helpers = require('test.functional.helpers')(nil)
|
||||
local request, run, uimeths = helpers.request, helpers.run, helpers.uimeths
|
||||
local eq = helpers.eq
|
||||
local dedent = helpers.dedent
|
||||
local unpack = table.unpack or unpack -- luacheck: ignore
|
||||
|
||||
local inspect = require('inspect')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user