From 4e4b1b65903b973cb447b5a70413d0e0363c20f0 Mon Sep 17 00:00:00 2001 From: Christian Clason Date: Sat, 21 Sep 2024 18:26:25 +0200 Subject: test(terminal): unskip wrap tests on windows These should have been unskipped again when reflow was reenabled. --- test/functional/terminal/window_spec.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/functional/terminal/window_spec.lua b/test/functional/terminal/window_spec.lua index f97bfd0a2f..fdb606e959 100644 --- 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([[]]) feed([[:set numberwidth=1 numberi]]) 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 | -- cgit