]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
Add tests to exercize -o 0.
authorJim Meyering <jim@meyering.net>
Fri, 13 Oct 1995 17:16:48 +0000 (17:16 +0000)
committerJim Meyering <jim@meyering.net>
Fri, 13 Oct 1995 17:16:48 +0000 (17:16 +0000)
tests/join/test.data.pl

index d79a09c82100fbbdc17539714c7cf4d6a0c17ca9..ed1abd7844c9474199ff3310131fdd29144eeba4 100755 (executable)
@@ -45,4 +45,5 @@
 
 ('7a', '-a1 -e . -o 2.7',  "a\nb\nc\n", "a x y\nb\nc\n", ".\n.\n.\n", 0);
 
-('8a', '-a1 -e . -o 0,1.2',  "a\nb\nc\nd G\n", "a x y\nb\nc\ne\n", "a x\nb .\nc .\nd G\ne\n", 0);
+('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);