mirror of
https://github.com/neovim/neovim.git
synced 2026-02-08 21:08:47 +00:00
FAILED test/functional/plugin/lsp/on_type_formatting_spec.lua @ 59: vim.lsp.on_type_formatting enables formatting on type
test/functional\plugin\lsp\on_type_formatting_spec.lua:65: retry() attempts: 1
test/functional\plugin\lsp\on_type_formatting_spec.lua:66: Expected objects to be the same.
Passed in:
(table: 0x01772f47b6d8) {
[1] = 'int main() {'
*[2] = ' int hi = 5'
[3] = '}' }
Expected:
(table: 0x017731aad3a8) {
[1] = 'int main() {'
*[2] = ' int hi = 5;'
[3] = '}' }
stack traceback:
test\testutil.lua:89: in function 'retry'
test/functional\plugin\lsp\on_type_formatting_spec.lua:65: in function <test/functional\plugin\lsp\on_type_formatting_spec.lua:59>