mirror of
https://github.com/uutils/coreutils.git
synced 2026-05-06 07:26:38 -04:00
b3d8706a2c
* sort: Fix inconsistent sort orderg under i18n-collator with equal sorting keys. * Test cases for fix #11980 * Simplyfing fix for #11980 * Fix clippy lint and rename test files. * Remove old test files * Update tests/by-util/test_sort.rs Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com> * Update tests/by-util/test_sort.rs Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com> * Removing redundant test and swapping default order for sort to match sort's ordering. * Comment for clarification. --------- Co-authored-by: Daniel Hofstetter <daniel.hofstetter@42dh.com>