test: move format_{string,luav} to a separate module

This commit is contained in:
Lewis Russell
2024-01-15 21:14:32 +00:00
parent b92318d67c
commit 13b83a3ea2
6 changed files with 175 additions and 171 deletions

View File

@@ -34,7 +34,7 @@ local insert = helpers.insert
local skip = helpers.skip
local pcall_err = helpers.pcall_err
local format_string = helpers.format_string
local format_string = require('test.format_string').format_string
local intchar2lua = helpers.intchar2lua
local mergedicts_copy = helpers.mergedicts_copy
local endswith = vim.endswith