summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1995-05-28 20:11:38 +0000
committerJim Meyering <jim@meyering.net>1995-05-28 20:11:38 +0000
commit0a73924f607e9d89b8d0d5a38bdaec094ee89dac (patch)
treeec98838ae1fcd67afaaab2a5d0f6a56be7b41c52 /tests
parentd1a5552fbe2d28f5bd6248f15c33f6f489946116 (diff)
downloadcoreutils-0a73924f607e9d89b8d0d5a38bdaec094ee89dac.tar.xz
.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/join/test.data.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/join/test.data.pl b/tests/join/test.data.pl
index 35ea70d4c..d26ba0067 100755
--- a/tests/join/test.data.pl
+++ b/tests/join/test.data.pl
@@ -42,3 +42,6 @@
('6a', '-e -', "a 1\nb 2\nd 4\n", "a 21\nb 22\nc 23\nf 26\n", "a 1 21\nb 2 22\n", 0);
('6b', '-a1 -e -', "a 1\nb 2\nd 4\n", "a 21\nb 22\nc 23\nf 26\n", "a 1 21\nb 2 22\nd 4\n", 0);
('6c', '-a1 -e -', "a 21\nb 22\nc 23\nf 26\n", "a 1\nb 2\nd 4\n", "a 21 1\nb 22 2\nc 23\nf 26\n", 0);
+
+
+('7a', '-a1 -e . -o 2.7', "a\nb\nc\n", "a x y\nb\nc\n", ".\n.\n.\n", 0);