From 34406025e52d76da9eaef7cfe481d4a83b25e34d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 9 Nov 1994 20:16:23 +0000 Subject: . --- tests/join/test.data.pl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') 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); -- cgit v1.2.3-54-g00ecf