summaryrefslogtreecommitdiff
path: root/tests/join/Test.pm
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-07-04 09:46:07 +0000
committerJim Meyering <jim@meyering.net>1999-07-04 09:46:07 +0000
commitbfbd79ca59fe24acc6c35a094ce59a1a0342e11b (patch)
treef9dcdd0d2eb8311a255214a3391ea9098d780ffe /tests/join/Test.pm
parentfb71ae4c86c258d2f19c9b35e5aa00d69d95b6d9 (diff)
downloadcoreutils-bfbd79ca59fe24acc6c35a094ce59a1a0342e11b.tar.xz
New test case for Paul's 1999-06-03 fix.
Diffstat (limited to 'tests/join/Test.pm')
-rw-r--r--tests/join/Test.pm3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/join/Test.pm b/tests/join/Test.pm
index 68bd68bd2..9e73acfff 100644
--- a/tests/join/Test.pm
+++ b/tests/join/Test.pm
@@ -95,6 +95,9 @@ my @tv = (
# 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],
+# From Paul Eggert: fixed in 1.22n
+['sp-vs-blank', '', ["\f 1\n", "\f 2\n"], "\f 1 2\n", 0],
+
);