mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
5 lines
128 B
Lua
5 lines
128 B
Lua
|
-- Test suite for checking :lua* commands
|
||
|
local helpers = require('test.functional.helpers')(after_each)
|
||
|
|
||
|
local eq = helpers.eq
|