1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 18:56:39 +02:00

(trailing-sp): New test for this fix.

This commit is contained in:
Jim Meyering
1999-05-15 05:28:51 +00:00
parent 771bc6ea9d
commit 1acf1ddd65

View File

@@ -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;