aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/highlight_spec.lua
diff options
context:
space:
mode:
authorAndy K. Massimino <f8a663@normed.space>2021-03-07 10:15:28 -0500
committerAndy K. Massimino <f8a663@normed.space>2021-03-20 15:56:52 -0400
commit79575cfe8a191dabb1352f8d75d984a7866d70fd (patch)
tree20c9f6b809a720ee973d2a201d088b5b4a750af1 /test/functional/ui/highlight_spec.lua
parent7e89606591c76efc7587911ff6d9c3414525f2a2 (diff)
downloadrneovim-79575cfe8a191dabb1352f8d75d984a7866d70fd.tar.gz
rneovim-79575cfe8a191dabb1352f8d75d984a7866d70fd.tar.bz2
rneovim-79575cfe8a191dabb1352f8d75d984a7866d70fd.zip
Fix a failing test (highlight_spec.lua)
Diffstat (limited to 'test/functional/ui/highlight_spec.lua')
-rw-r--r--test/functional/ui/highlight_spec.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/ui/highlight_spec.lua b/test/functional/ui/highlight_spec.lua
index ef3acd7d2e..8992ee27ce 100644
--- a/test/functional/ui/highlight_spec.lua
+++ b/test/functional/ui/highlight_spec.lua
@@ -333,10 +333,10 @@ describe('highlight defaults', function()
command('highlight clear EndOfBuffer')
screen:expect{grid=[[
^ |
- ~ |
- ~ |
+ {1:~ }|
+ {1:~ }|
|
- ]], hl_groups={EndOfBuffer=0, MsgSeparator=2}}
+ ]], hl_groups={EndOfBuffer=1, MsgSeparator=2}}
end)
end)