From e7a7c1062696ceb55c466e910f6aeb95be73c70a Mon Sep 17 00:00:00 2001 From: abeldekat <58370433+abeldekat@users.noreply.github.com> Date: Sat, 8 Aug 2026 11:45:37 +0200 Subject: [PATCH] test(completion): react to Nightly changing highlight without `hl_eol` Details: - See PR 41160 in neovim/neovim --- tests/test_completion.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_completion.lua b/tests/test_completion.lua index 4e4c95c4..aa6df15a 100644 --- a/tests/test_completion.lua +++ b/tests/test_completion.lua @@ -2559,7 +2559,7 @@ T['Snippets']['show full snippet text as info'] = function() -- Should show full snippet text as info type_keys('i', 'M', '', '') sleep(default_info_delay + small_time) - child.expect_screenshot() + child.expect_screenshot({ ignore_attr = true }) type_keys('', '') set_lines({ '' })