mirror of
https://github.com/neovim/neovim.git
synced 2026-04-28 10:14:06 +00:00
refactor: format test/*
This commit is contained in:
@@ -9,7 +9,7 @@ local assert_alive = helpers.assert_alive
|
||||
before_each(clear)
|
||||
|
||||
local function lua_eval(lua_expr)
|
||||
return exec_lua("return " .. lua_expr)
|
||||
return exec_lua('return ' .. lua_expr)
|
||||
end
|
||||
|
||||
describe('treesitter node API', function()
|
||||
|
||||
Reference in New Issue
Block a user