mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
join: support custom empty filler
This commit is contained in:
parent
2db220e820
commit
128a38965e
4 changed files with 88 additions and 18 deletions
5
tests/fixtures/join/empty_key.expected
vendored
Normal file
5
tests/fixtures/join/empty_key.expected
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
x 1
|
||||
x 2
|
||||
x 3
|
||||
x 5
|
||||
x 8
|
5
tests/fixtures/join/missing_format_fields.expected
vendored
Normal file
5
tests/fixtures/join/missing_format_fields.expected
vendored
Normal file
|
@ -0,0 +1,5 @@
|
|||
1 a x
|
||||
2 b x
|
||||
3 c f
|
||||
4 d x
|
||||
5 e x
|
Loading…
Add table
Add a link
Reference in a new issue