diff options
Diffstat (limited to 'test/functional/core/main_spec.lua')
-rw-r--r-- | test/functional/core/main_spec.lua | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/test/functional/core/main_spec.lua b/test/functional/core/main_spec.lua index 723bcbe153..0501a75bd6 100644 --- a/test/functional/core/main_spec.lua +++ b/test/functional/core/main_spec.lua @@ -72,15 +72,12 @@ describe('command-line option', function() env = { VIMRUNTIME = os.getenv('VIMRUNTIME') } }) screen:expect([[ - {1:^ }| - {2:~ }|*4 - {3:[No Name] 0,0-1 All}| - {1: }| - | + ^ | + ~ |*4 + {1:[No Name] 0,0-1 All}| + |*2 ]], { - [1] = {bg_indexed = true, foreground = Screen.colors.Grey91, background = tonumber('0x161616'), fg_indexed = true}, - [2] = {bg_indexed = true, foreground = Screen.colors.Gray30, background = tonumber('0x161616'), fg_indexed = true}, - [3] = {bg_indexed = true, foreground = tonumber('0xd2d2d2'), background = Screen.colors.Black , fg_indexed = true}, + [1] = {reverse = true}; }) feed('i:cq<CR>') screen:expect([[ |