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.pl3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/join/test.data.pl b/tests/join/test.data.pl
index ed1abd784..77fe07858 100755
--- a/tests/join/test.data.pl
+++ b/tests/join/test.data.pl
@@ -47,3 +47,6 @@
('8a', '-a1 -e . -o 0,1.2', "a\nb\nc\nd G\n", "a x y\nb\nc\ne\n", "a .\nb .\nc .\nd G\n", 0);
('8b', '-a1 -a2 -e . -o 0,1.2', "a\nb\nc\nd G\n", "a x y\nb\nc\ne\n", "a .\nb .\nc .\nd G\ne .\n", 0);
+
+# From David Dyck
+('9a', '', " a 1\n b 2\n", " a Y\n b Z\n", "a 1 Y\nb 2 Z\n", 0);