neovim/test/unit/eval
Sean Dewar 41ee7bc7db test(unit/eval/typval_spec): adjust for Float to String conversion
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.
2023-06-12 14:08:27 +08:00
..
decode_spec.lua unittests: Fix linter error 2017-04-09 03:39:37 +03:00
encode_spec.lua unittests: Check core dumps in after_each, like in functests 2017-03-11 23:23:49 +03:00
helpers.lua vim-patch:8.2.1047: Vim9: script cannot use line continuation like :def function 2023-04-14 09:23:40 +08:00
tricks_spec.lua unittests: Fix linter errors 2017-03-29 10:08:46 +03:00
tv_clear_spec.lua eval: Split eval.c into smaller files 2017-03-29 10:05:06 +03:00
typval_spec.lua test(unit/eval/typval_spec): adjust for Float to String conversion 2023-06-12 14:08:27 +08:00