mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Match GNU semantics for missing EOF
While the rust coreutils semantics were arguably more correct, they were different than the gnu split semantics when handling a file without a trailing EOF. This patch addresses that difference and allows passing one more GNU test suite.
This commit is contained in:
parent
97dd4824e5
commit
4922d34177
3 changed files with 45 additions and 5 deletions
4
tests/fixtures/split/noeof.txt
vendored
Normal file
4
tests/fixtures/split/noeof.txt
vendored
Normal file
|
@ -0,0 +1,4 @@
|
|||
1
|
||||
2222
|
||||
3
|
||||
4
|
Loading…
Add table
Add a link
Reference in a new issue