diff options
author | bfredl <bjorn.linse@gmail.com> | 2022-05-22 14:32:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-22 14:32:38 +0200 |
commit | e7b3fd8ad603ba064ce9457a8866430c436c3737 (patch) | |
tree | 20c19661b5b04bf618d1b5b9e5cc39fc3a13189a /test/functional/ui/bufhl_spec.lua | |
parent | 2cab6bea09e090f825f9a677e1ec93d214621534 (diff) | |
parent | 3c1bc75447841a2cc4d0222657556aa172c91915 (diff) | |
download | rneovim-e7b3fd8ad603ba064ce9457a8866430c436c3737.tar.gz rneovim-e7b3fd8ad603ba064ce9457a8866430c436c3737.tar.bz2 rneovim-e7b3fd8ad603ba064ce9457a8866430c436c3737.zip |
Merge pull request #18681 from bfredl/uitest
fix(tests): fix some screen.lua warnings
Diffstat (limited to 'test/functional/ui/bufhl_spec.lua')
-rw-r--r-- | test/functional/ui/bufhl_spec.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test/functional/ui/bufhl_spec.lua b/test/functional/ui/bufhl_spec.lua index 9f84b71ece..7c0831bd09 100644 --- a/test/functional/ui/bufhl_spec.lua +++ b/test/functional/ui/bufhl_spec.lua @@ -564,6 +564,16 @@ describe('Buffer highlighting', function() ]] clear_namespace(id, 0, -1) + screen:expect{grid=[[ + fooba^r | + {1:~ }| + {1:~ }| + {1:~ }| + {1:~ }| + {1:~ }| + {1:~ }| + | + ]]} set_extmark(id, 0, 0, { end_line = 0, |