mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 20:08:17 +00:00

Adjust relevant Lua tests. Refactor testing logic for tv_get_string_* functions into test_string_fn(). Note that vim_snprintf(), which is used for stringifying floats, always calls xfree(tofree), even if tofree is NULL, so we need to expect that in the alloc log.