diff options
| author | Maria José Solano <majosolano99@gmail.com> | 2025-01-26 15:33:03 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-01-26 15:33:03 -0800 |
| commit | 1759b7844a2d468310b6d0ceca899fec6f2d4b84 (patch) | |
| tree | 7f2eaf4d41161629b07d408b89e1830e2d3cd79e /test/functional/ui | |
| parent | d84a95da7e11555376a0ce60a0d4b5fbe15892d3 (diff) | |
| download | rneovim-1759b7844a2d468310b6d0ceca899fec6f2d4b84.tar.gz rneovim-1759b7844a2d468310b6d0ceca899fec6f2d4b84.tar.bz2 rneovim-1759b7844a2d468310b6d0ceca899fec6f2d4b84.zip | |
feat(diagnostic): virtual_lines #31959
Diffstat (limited to 'test/functional/ui')
| -rw-r--r-- | test/functional/ui/cmdline_spec.lua | 2 | ||||
| -rw-r--r-- | test/functional/ui/messages_spec.lua | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/ui/cmdline_spec.lua b/test/functional/ui/cmdline_spec.lua index d6dd62108c..ce7c9596bb 100644 --- a/test/functional/ui/cmdline_spec.lua +++ b/test/functional/ui/cmdline_spec.lua @@ -858,7 +858,7 @@ local function test_cmdline(linegrid) cmdline = { { content = { { '' } }, - hl_id = 237, + hl_id = 242, pos = 0, prompt = 'Prompt:', }, diff --git a/test/functional/ui/messages_spec.lua b/test/functional/ui/messages_spec.lua index 4038e596fa..c996d117f2 100644 --- a/test/functional/ui/messages_spec.lua +++ b/test/functional/ui/messages_spec.lua @@ -254,11 +254,11 @@ describe('ui/ext_messages', function() { content = { { '\n@character ' }, - { 'xxx', 26, 150 }, + { 'xxx', 26, 155 }, { ' ' }, { 'links to', 18, 5 }, { ' Character\n@character.special ' }, - { 'xxx', 16, 151 }, + { 'xxx', 16, 156 }, { ' ' }, { 'links to', 18, 5 }, { ' SpecialChar' }, |