Update test

This commit is contained in:
Jit Yao Yap
2019-03-22 01:12:20 +08:00
committed by Björn Linse
parent 31fa064c68
commit 2a618e0ad0

View File

@@ -1109,7 +1109,6 @@ describe('floating windows', function()
end) end)
it('does not crash with inccommand #9379', function() it('does not crash with inccommand #9379', function()
screen:try_resize(30,15)
local expected_pos = { local expected_pos = {
[3]={{id=1001}, 'NW', 1, 2, 0, true}, [3]={{id=1001}, 'NW', 1, 2, 0, true},
} }
@@ -1128,19 +1127,11 @@ describe('floating windows', function()
if multigrid then if multigrid then
screen:expect{grid=[[ screen:expect{grid=[[
## grid 1 ## grid 1
[2:------------------------------]| [2:----------------------------------------]|
[2:------------------------------]| [2:----------------------------------------]|
[2:------------------------------]| [2:----------------------------------------]|
[2:------------------------------]| [2:----------------------------------------]|
[2:------------------------------]| [2:----------------------------------------]|
[2:------------------------------]|
[2:------------------------------]|
[2:------------------------------]|
[2:------------------------------]|
[2:------------------------------]|
[2:------------------------------]|
[2:------------------------------]|
[2:------------------------------]|
{5:[No Name] }| {5:[No Name] }|
| |
## grid 2 ## grid 2
@@ -1149,14 +1140,6 @@ describe('floating windows', function()
{0:~ }| {0:~ }|
{0:~ }| {0:~ }|
{0:~ }| {0:~ }|
{0:~ }|
{0:~ }|
{0:~ }|
{0:~ }|
{0:~ }|
{0:~ }|
{0:~ }|
{0:~ }|
## grid 3 ## grid 3
{1:foo }| {1:foo }|
{1:bar }| {1:bar }|
@@ -1166,17 +1149,9 @@ describe('floating windows', function()
screen:expect([[ screen:expect([[
| |
{0:~ }| {0:~ }|
{1:foo }| {1:foo }{0: }|
{1:bar }| {1:bar }{0: }|
{1:^ }| {1:^ }{0: }|
{0:~ }|
{0:~ }|
{0:~ }|
{0:~ }|
{0:~ }|
{0:~ }|
{0:~ }|
{0:~ }|
{5:[No Name] }| {5:[No Name] }|
| |
]]) ]])
@@ -1187,27 +1162,15 @@ describe('floating windows', function()
if multigrid then if multigrid then
screen:expect{grid=[[ screen:expect{grid=[[
## grid 1 ## grid 1
[2:------------------------------]| [2:----------------------------------------]|
[2:------------------------------]| [2:----------------------------------------]|
[2:------------------------------]| [2:----------------------------------------]|
[2:------------------------------]| [2:----------------------------------------]|
[2:------------------------------]| [2:----------------------------------------]|
[2:------------------------------]|
[2:------------------------------]|
[2:------------------------------]|
[2:------------------------------]|
[2:------------------------------]|
[2:------------------------------]|
[2:------------------------------]|
[2:------------------------------]|
{5:[Preview] }| {5:[Preview] }|
:%s/.^ | :%s/.^ |
## grid 2 ## grid 2
| |
{0:~ }|
{0:~ }|
{0:~ }|
{0:~ }|
## grid 3 ## grid 3
{17:f}{1:oo }| {17:f}{1:oo }|
{17:b}{1:ar }| {17:b}{1:ar }|
@@ -1216,18 +1179,10 @@ describe('floating windows', function()
else else
screen:expect([[ screen:expect([[
| |
{0:~ }| {5:[No Name] }|
{17:f}{1:oo } | {17:f}{1:oo } |
{17:b}{1:ar } | {17:b}{1:ar } |
{1: }| {1: }{0: }|
{5:[No Name] }|
|1| {17:f}oo |
|2| {17:b}ar |
{0:~ }|
{0:~ }|
{0:~ }|
{0:~ }|
{0:~ }|
{5:[Preview] }| {5:[Preview] }|
:%s/.^ | :%s/.^ |
]]) ]])
@@ -1238,19 +1193,11 @@ describe('floating windows', function()
if multigrid then if multigrid then
screen:expect{grid=[[ screen:expect{grid=[[
## grid 1 ## grid 1
[2:------------------------------]| [2:----------------------------------------]|
[2:------------------------------]| [2:----------------------------------------]|
[2:------------------------------]| [2:----------------------------------------]|
[2:------------------------------]| [2:----------------------------------------]|
[2:------------------------------]| [2:----------------------------------------]|
[2:------------------------------]|
[2:------------------------------]|
[2:------------------------------]|
[2:------------------------------]|
[2:------------------------------]|
[2:------------------------------]|
[2:------------------------------]|
[2:------------------------------]|
{5:[No Name] }| {5:[No Name] }|
| |
## grid 2 ## grid 2
@@ -1259,14 +1206,6 @@ describe('floating windows', function()
{0:~ }| {0:~ }|
{0:~ }| {0:~ }|
{0:~ }| {0:~ }|
{0:~ }|
{0:~ }|
{0:~ }|
{0:~ }|
{0:~ }|
{0:~ }|
{0:~ }|
{0:~ }|
## grid 3 ## grid 3
{1:foo }| {1:foo }|
{1:bar }| {1:bar }|
@@ -1276,17 +1215,9 @@ describe('floating windows', function()
screen:expect([[ screen:expect([[
| |
{0:~ }| {0:~ }|
{1:foo }| {1:foo }{0: }|
{1:bar }| {1:bar }{0: }|
{1:^ }| {1:^ }{0: }|
{0:~ }|
{0:~ }|
{0:~ }|
{0:~ }|
{0:~ }|
{0:~ }|
{0:~ }|
{0:~ }|
{5:[No Name] }| {5:[No Name] }|
| |
]]) ]])