coreutils/tests/fixtures/split
Yury Zhytkou c5a0aa92f8
split: implementing separator option (#5331)
* split: implementing separator option

* split: separator option - handle multiple update

* split: style

* split: separator tests

* split: separator tests - stdin in ci/cd

* split: tests - ci/cd stdin errors

* split: refactor based on feedback

* split: improve test coverage

* split: fix broken pipe error in tests with stdin

* split: fix for handle_multiple_separator_options

* split: comments

* split: refactor separator code

* split: changes based on feedback

* split: changes based on feedback
2023-10-03 00:42:46 +02: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
separator_nul.txt split: implementing separator option (#5331) 2023-10-03 00:42:46 +02:00
separator_semicolon.txt split: implementing separator option (#5331) 2023-10-03 00:42:46 +02: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