coreutils/tests/fixtures
Chirag Jadwani 116e253cc0 uniq: Fix skip fields
Current implementation of the skip fields logic does not handle
multibyte code points correctly. It assumes each code point (`char`) is
one byte. If the skipped part of the input line has any multibyte code
points then this can cause fields not being skipped correctly (field
start index is calculated to be before it actually starts).
2021-03-15 18:48:54 +05:30
..
cat cat: fix for numbered lines w/ no trailing newline 2017-01-23 03:34:47 +01:00
cksum rewrite tests for cargo compat, decoupled directory, output handling 2015-11-23 02:04:15 -05:00
comm comm: additional tests and status/stderr checking for existing tests 2016-02-22 09:59:06 -05:00
cp implement many copy flags 2017-07-16 19:20:07 -05:00
csplit csplit: refresh of the previous PR 2020-12-28 17:21:29 +01:00
cut tests/cut: positive testcases for feature complete 2016-08-06 17:11:54 -04:00
dircolors dircolors: tests added 2016-05-11 00:43:51 +08:00
du du: add test for -d flag 2018-03-20 17:55:31 -04:00
env env: add support for new '--file' option (includes testing) 2019-04-29 09:50:22 -05:00
expand test(expand): Add some tests for expand (#1505) 2020-05-15 18:09:10 -05:00
fmt test(fmt): Add some tests for fmt 2020-05-06 00:38:22 +02:00
fold fold: Handle input with newlines (#1680) 2021-01-05 09:10:01 +01:00
hashsum hashsum: added blake2 as a hashing algorithm (#1651) 2020-12-08 23:32:02 +01:00
head rewrite tests for cargo compat, decoupled directory, output handling 2015-11-23 02:04:15 -05:00
join tests: untrimmed stdout assertion (fix #1235) 2019-02-08 07:54:48 +11:00
mv rewrite tests for cargo compat, decoupled directory, output handling 2015-11-23 02:04:15 -05:00
nl rewrite tests for cargo compat, decoupled directory, output handling 2015-11-23 02:04:15 -05:00
numfmt numfmt: implement --field 2021-03-08 10:53:34 -05:00
od od: implement --traditional 2016-09-02 21:24:29 +02:00
paste rewrite tests for cargo compat, decoupled directory, output handling 2015-11-23 02:04:15 -05:00
ptx ptx: ignore empty regex (#1808) 2021-03-12 21:52:37 +01:00
sort sort: add "dictionary-order" flag. 2020-05-07 23:08:24 +02:00
sum rewrite tests for cargo compat, decoupled directory, output handling 2015-11-23 02:04:15 -05:00
tac rewrite tests for cargo compat, decoupled directory, output handling 2015-11-23 02:04:15 -05:00
tail tail: suppress headers when --quiet flag is used 2017-10-05 21:25:21 +02:00
tsort rewrite tests for cargo compat, decoupled directory, output handling 2015-11-23 02:04:15 -05:00
uniq uniq: Fix skip fields 2021-03-15 18:48:54 +05:30
wc bug(wc): Add a test for unexpected behavior (#1723) 2021-02-16 13:36:49 +01:00
.gitattributes .gitattributes: treat tests/fixtures/** as binary data to prevent CRLF convertion by git under Windows 2016-02-14 17:09:47 +01:00