From 1acf1ddd6598c521ae52f0e7ff1151fd3d0ad551 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 15 May 1999 05:28:51 +0000 Subject: (trailing-sp): New test for this fix. --- tests/join/Test.pm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tests/join/Test.pm') diff --git a/tests/join/Test.pm b/tests/join/Test.pm index 381c40ccd..68bd68bd2 100644 --- a/tests/join/Test.pm +++ b/tests/join/Test.pm @@ -91,8 +91,13 @@ my @tv = ( # From David Dyck ['9a', '', [" a 1\n b 2\n", " a Y\n b Z\n"], "a 1 Y\nb 2 Z\n", 0], + +# From Tim Smithers: fixed in 1.22l +['trailing-sp', '-t: -1 1 -2 1', ["a:x \n", "a:y \n"], "a:x :y \n", 0], + ); + sub test_vector { return @tv; -- cgit v1.2.3-54-g00ecf