test/window_split_tab_spec.lua: fixup

Make the test work after the "follows cursor" changes.
This "auto-resize" feature is going away soon, anyways.
This commit is contained in:
Justin M. Keyes
2017-02-22 13:14:54 +01:00
parent 4ceec30cd0
commit 9dbda59715

View File

@@ -28,14 +28,14 @@ describe('terminal', function()
feed('<c-\\><c-n>')
execute('2split')
screen:expect([[
tty ready |
^rows: 2, cols: 50 |
rows: 2, cols: 50 |
{2:^ } |
========== |
tty ready |
rows: 2, cols: 50 |
{2: } |
{4:~ }|
{4:~ }|
{4:~ }|
========== |
:2split |
]])
@@ -54,14 +54,14 @@ describe('terminal', function()
]])
execute('wincmd p')
screen:expect([[
rows: 5, cols: 50 |
^rows: 2, cols: 50 |
rows: 2, cols: 50 |
{2:^ } |
========== |
rows: 5, cols: 50 |
rows: 2, cols: 50 |
{2: } |
{4:~ }|
{4:~ }|
{4:~ }|
========== |
:wincmd p |
]])