mirror of
https://github.com/neovim/neovim.git
synced 2025-12-11 17:12:40 +00:00
test(terminal): unskip wrap tests on windows
These should have been unskipped again when reflow was reenabled.
This commit is contained in:
@@ -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 |
|
||||||
|
|||||||
Reference in New Issue
Block a user