coreutils/tests
Michael Debertol 548a895cd6 sort: compatibility of human-numeric sort
Closes #1985.
This makes human-numeric sort follow the same algorithm as GNU's/FreeBSD's sort.
As documented by GNU in https://www.gnu.org/software/coreutils/manual/html_node/sort-invocation.html,
we first compare by sign, then by si unit and finally by the numeric value.
2021-06-25 18:19:00 +02:00
..
benches/factor refactor ~ cargo make format 2021-05-31 08:23:58 -05:00
by-util sort: compatibility of human-numeric sort 2021-06-25 18:19:00 +02:00
common tests: add _any functions 2021-06-12 18:03:00 +02:00
fixtures sort: compatibility of human-numeric sort 2021-06-25 18:19:00 +02:00
tests.rs tests ~ use build.rs build list of test_UTIL module files 2020-06-02 12:17:30 -05:00