summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/join/Test.pm5
1 files changed, 5 insertions, 0 deletions
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;