neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

commit 4244a967746a1476831d990153d4de85450e54d4
parent 677446c70f8c3f8c42e31ea20b9c99b44839d268
Author: Justin M. Keyes <justinkz@gmail.com>
Date:   Tue, 18 Nov 2025 19:06:44 -0800

test: fix failing lsp/utils_spec #36609

Problem:
098da1fc2c9b was merged without rebasing on 4b8980949cd4, which
changed how this test behaves.

Solution:
Update the test.
Diffstat:
Mtest/functional/plugin/lsp/utils_spec.lua | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/test/functional/plugin/lsp/utils_spec.lua b/test/functional/plugin/lsp/utils_spec.lua @@ -357,7 +357,7 @@ describe('vim.lsp.util', function() screen:expect([[ ^ | ┌─────────┐{1: }| - │{100:local}{101: }{102:foo}│{1: }| + │{101:local foo}│{1: }| └─────────┘{1: }| {1:~ }|*9 | @@ -384,7 +384,7 @@ describe('vim.lsp.util', function() screen:expect([[ ^ | ┌─────────┐{1: }| - │{100:local}{101: }{102:foo}│{1: }| + │{101:local foo}│{1: }| └─────────┘{1: }| {1:~ }|*9 |