From b2ad2ca79504be4379882596d1b1cc2be9c844e8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 9 Aug 2002 22:13:37 +0000 Subject: [col-last]: New test for the above. --- tests/pr/Test.pm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/pr/Test.pm b/tests/pr/Test.pm index f9c1a85ac..590470338 100644 --- a/tests/pr/Test.pm +++ b/tests/pr/Test.pm @@ -343,6 +343,9 @@ my @tv = ( # This test would segfault with 2.0f and earlier. ['narrow-1', '-W1 -t', "12345\n", "1\n", 0], +# This test would fail with textutils-2.1 and earlier. +['col-last', '-W3 -t2', "a\nb\nc\n", "a c\nb\n", 0], + ); #']]); -- cgit v1.2.3-54-g00ecf