coreutils/tests/fixtures/split
Andrew Baptist 4922d34177 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.
2022-10-07 17:50:26 -04:00
..
asciilowercase.txt tests: correct a test case for split 2022-02-08 22:53:57 -05:00
fivelines.txt split: use ByteChunkWriter and LineChunkWriter 2022-02-08 22:57:57 -05:00
letters.txt split: implement --line-bytes option 2022-03-10 22:51:49 -05:00
ninetyonebytes.txt split: correct filename creation algorithm 2022-01-10 20:43:22 -05:00
noeof.txt Match GNU semantics for missing EOF 2022-10-07 17:50:26 -04:00
onehundredlines.txt split: implement outputting kth chunk of file 2022-03-05 10:27:51 +01:00
sixhundredfiftyonebytes.txt split: correct filename creation algorithm 2022-01-10 20:43:22 -05:00
threebytes.txt split: add support for -e argument 2022-02-17 19:03:51 -05:00
twohundredfortyonebytes.txt split: add support for -x option (hex suffixes) 2022-02-13 11:18:37 -05:00