mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Merge pull request #2851 from jtracey/join-strless
join: operate on bytes instead of Strings
This commit is contained in:
commit
00c11b184f
8 changed files with 105 additions and 60 deletions
2
tests/fixtures/join/non-line_feeds.expected
vendored
Normal file
2
tests/fixtures/join/non-line_feeds.expected
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
b
d
|
||||
a c f
|
2
tests/fixtures/join/non-line_feeds_1.txt
vendored
Normal file
2
tests/fixtures/join/non-line_feeds_1.txt
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
b
|
||||
a c
|
2
tests/fixtures/join/non-line_feeds_2.txt
vendored
Normal file
2
tests/fixtures/join/non-line_feeds_2.txt
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
d
|
||||
a f
|
BIN
tests/fixtures/join/non-unicode.expected
vendored
Normal file
BIN
tests/fixtures/join/non-unicode.expected
vendored
Normal file
Binary file not shown.
BIN
tests/fixtures/join/non-unicode_1.bin
vendored
Normal file
BIN
tests/fixtures/join/non-unicode_1.bin
vendored
Normal file
Binary file not shown.
BIN
tests/fixtures/join/non-unicode_2.bin
vendored
Normal file
BIN
tests/fixtures/join/non-unicode_2.bin
vendored
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue