diff options
Diffstat (limited to 'test/functional/terminal/window_split_tab_spec.lua')
| -rw-r--r-- | test/functional/terminal/window_split_tab_spec.lua | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/test/functional/terminal/window_split_tab_spec.lua b/test/functional/terminal/window_split_tab_spec.lua index 644060103a..f4de5f7fca 100644 --- a/test/functional/terminal/window_split_tab_spec.lua +++ b/test/functional/terminal/window_split_tab_spec.lua @@ -32,8 +32,8 @@ describe('terminal', function()        tty ready                                         |        rows: 2, cols: 50                                 |        {2: }                                                 | -      ~                                                 | -      ~                                                 | +      {4:~                                                 }| +      {4:~                                                 }|        ==========                                        |                                                          |      ]]) @@ -58,8 +58,8 @@ describe('terminal', function()        rows: 5, cols: 50                                 |        rows: 2, cols: 50                                 |        {2: }                                                 | -      ~                                                 | -      ~                                                 | +      {4:~                                                 }| +      {4:~                                                 }|        ==========                                        |        :wincmd p                                         |      ]]) @@ -83,7 +83,7 @@ describe('terminal', function()                                                               |                                                               |                                                               | -        -- TERMINAL --                                       | +        {3:-- TERMINAL --}                                       |        ]])        screen:try_resize(screen._width - 6, screen._height - 10)        screen:expect([[ @@ -91,7 +91,7 @@ describe('terminal', function()          rows: 14, cols: 53                             |          rows: 4, cols: 47                              |          {1: }                                              | -        -- TERMINAL --                                 | +        {3:-- TERMINAL --}                                 |        ]])      end)    end) | 
