coreutils/tests/fixtures/wc
Allan Silva 6a6875012e wc: implement files0-from option
When this option is present, the files argument is not processed. This option processes the file list from provided file, splitting them by the ascii NUL (\0) character. When files0-from is '-', the file list is processed from stdin.
2022-02-04 10:12:08 -03:00
..
alice_in_wonderland.txt rewrite tests for cargo compat, decoupled directory, output handling 2015-11-23 02:04:15 -05:00
emptyfile.txt wc: add tests for edge cases for wc on files 2021-05-03 21:07:32 -04:00
files0_list.txt wc: implement files0-from option 2022-02-04 10:12:08 -03:00
files0_list_with_stdin.txt wc: implement files0-from option 2022-02-04 10:12:08 -03:00
lorem_ipsum.txt rewrite tests for cargo compat, decoupled directory, output handling 2015-11-23 02:04:15 -05:00
manyemptylines.txt wc: add tests for edge cases for wc on files 2021-05-03 21:07:32 -04:00
moby_dick.txt rewrite tests for cargo compat, decoupled directory, output handling 2015-11-23 02:04:15 -05:00
notrailingnewline.txt wc: add tests for edge cases for wc on files 2021-05-03 21:07:32 -04:00
onelongemptyline.txt wc: add tests for edge cases for wc on files 2021-05-03 21:07:32 -04:00
onelongword.txt wc: add tests for edge cases for wc on files 2021-05-03 21:07:32 -04:00
UTF_8_test.txt wc: Do a chunked read with proper UTF-8 handling 2021-08-26 01:38:16 +02:00
UTF_8_weirdchars.txt wc: Do a chunked read with proper UTF-8 handling 2021-08-26 01:38:16 +02:00