commit 4e4b1b65903b973cb447b5a70413d0e0363c20f0
parent e5c174421df3872df0dd3a676609d1e74dfef6a9
Author: Christian Clason <c.clason@uni-graz.at>
Date: Sat, 21 Sep 2024 18:26:25 +0200
test(terminal): unskip wrap tests on windows
These should have been unskipped again when reflow was reenabled.
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/test/functional/terminal/window_spec.lua b/test/functional/terminal/window_spec.lua
@@ -57,7 +57,6 @@ describe(':terminal window', function()
describe("with 'number'", function()
it('wraps text', function()
- skip(is_os('win')) -- todo(clason): unskip when reenabling reflow
feed([[<C-\><C-N>]])
feed([[:set numberwidth=1 number<CR>i]])
screen:expect([[
@@ -107,7 +106,6 @@ describe(':terminal window', function()
describe("with 'statuscolumn'", function()
it('wraps text', function()
- skip(is_os('win')) -- todo(clason): unskip when reenabling reflow
command([[set number statuscolumn=++%l\ \ ]])
screen:expect([[
{7:++1 }tty ready |