summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-11-09 20:16:23 +0000
committerJim Meyering <jim@meyering.net>1994-11-09 20:16:23 +0000
commit34406025e52d76da9eaef7cfe481d4a83b25e34d (patch)
tree098f683b1b7a883fed40ca11cebaf22f6a668a35 /tests
parent75d902ef016c2966129ceb1f53165e46e11d1063 (diff)
downloadcoreutils-34406025e52d76da9eaef7cfe481d4a83b25e34d.tar.xz
.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/join/test.data.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/join/test.data.pl b/tests/join/test.data.pl
index 27815af7b..5078a4f81 100755
--- a/tests/join/test.data.pl
+++ b/tests/join/test.data.pl
@@ -9,3 +9,5 @@
('2a', '-a1 -e .', "a\nb\nc\n", "a x y\nb\nc\n", "a x y\nb\nc\n", 0);
('2b', '-a1 -e . -o 2.1,2.2,2.3', "a\nb\nc\n", "a x y\nb\nc\n", "a x y\nb . .\nc . .\n", 0);
('2c', '-a1 -e . -o 2.1,2.2,2.3', "a\nb\nc\nd\n", "a x y\nb\nc\n", "a x y\nb . .\nc . .\nd\n", 0);
+
+('3a', '-t:', "a:1\nb:1\n", "a:2:\nb:2:\n", "a:1:2:\nb:1:2:\n", 0);