projects
/
platform
/
upstream
/
coreutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
790196a
)
.
author
Jim Meyering
<jim@meyering.net>
Mon, 9 Oct 1995 13:59:55 +0000
(13:59 +0000)
committer
Jim Meyering
<jim@meyering.net>
Mon, 9 Oct 1995 13:59:55 +0000
(13:59 +0000)
tests/join/test.data.pl
patch
|
blob
|
history
diff --git
a/tests/join/test.data.pl
b/tests/join/test.data.pl
index d26ba0067db839a6236404854ed94aefe6f3cef0..d79a09c82100fbbdc17539714c7cf4d6a0c17ca9 100755
(executable)
--- a/
tests/join/test.data.pl
+++ b/
tests/join/test.data.pl
@@
-43,5
+43,6
@@
('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);
+
+('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);