summaryrefslogtreecommitdiff
path: root/tests/join/test.data.pl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/join/test.data.pl')
-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);