mirror of
https://github.com/neovim/neovim.git
synced 2024-12-23 20:55:18 -07:00
test(terminal): unskip wrap tests on windows
These should have been unskipped again when reflow was reenabled.
This commit is contained in:
parent
e5c174421d
commit
4e4b1b6590
@ -57,7 +57,6 @@ describe(':terminal window', function()
|
|||||||
|
|
||||||
describe("with 'number'", function()
|
describe("with 'number'", function()
|
||||||
it('wraps text', function()
|
it('wraps text', function()
|
||||||
skip(is_os('win')) -- todo(clason): unskip when reenabling reflow
|
|
||||||
feed([[<C-\><C-N>]])
|
feed([[<C-\><C-N>]])
|
||||||
feed([[:set numberwidth=1 number<CR>i]])
|
feed([[:set numberwidth=1 number<CR>i]])
|
||||||
screen:expect([[
|
screen:expect([[
|
||||||
@ -107,7 +106,6 @@ describe(':terminal window', function()
|
|||||||
|
|
||||||
describe("with 'statuscolumn'", function()
|
describe("with 'statuscolumn'", function()
|
||||||
it('wraps text', function()
|
it('wraps text', function()
|
||||||
skip(is_os('win')) -- todo(clason): unskip when reenabling reflow
|
|
||||||
command([[set number statuscolumn=++%l\ \ ]])
|
command([[set number statuscolumn=++%l\ \ ]])
|
||||||
screen:expect([[
|
screen:expect([[
|
||||||
{7:++1 }tty ready |
|
{7:++1 }tty ready |
|
||||||
|
Loading…
Reference in New Issue
Block a user