mirror of
https://github.com/neovim/neovim.git
synced 2026-04-28 18:24:13 +00:00
test: move format_{string,luav} to a separate module
This commit is contained in:
@@ -14,8 +14,8 @@ local ffi = helpers.ffi
|
||||
local neq = helpers.neq
|
||||
local eq = helpers.eq
|
||||
local mergedicts_copy = helpers.mergedicts_copy
|
||||
local format_string = helpers.format_string
|
||||
local format_luav = helpers.format_luav
|
||||
local format_string = require('test.format_string').format_string
|
||||
local format_luav = require('test.format_string').format_luav
|
||||
local intchar2lua = helpers.intchar2lua
|
||||
local dictdiff = helpers.dictdiff
|
||||
|
||||
|
||||
Reference in New Issue
Block a user