1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-19 03:31:06 +00:00
uutils-coreutils/tests
Michael Debertol 4a305b32c6 sort: disallow certain flags with -d and -i
GNU sort disallows these combinations, presumably because they are
likely not what the user really wants.

Ignoring characters would cause things to be put together that aren't
together in the input. For example, -dn would cause "0.12" or "0,12" to
be parsed as "12" which is highly unexpected and confusing.
2021-04-21 17:49:40 +02:00
..
by-util sort: disallow certain flags with -d and -i 2021-04-21 17:49:40 +02:00
common cat: Put splice code in separate file, handle more failures (#2067) 2021-04-21 12:21:31 +02:00
fixtures sort: implement numeric string comparison (#2070) 2021-04-17 13:49:35 +02:00
tests.rs tests ~ use build.rs build list of test_UTIL module files 2020-06-02 12:17:30 -05:00