1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-15 17:51:07 +00:00
uutils-coreutils/tests/fixtures/sort
elgris 71ba8b3fd6 sort: add "dictionary-order" flag.
The flag makes 'sort' command ignore non-dictionary symbols
(non-alphanumeric and non-spaces). The only difference with GNU sort is
that it takes ALL alphanumeric symbols, not only ASCII ones.
2020-05-07 23:08:24 +02:00
..
check_fail.txt sort: Support check 2016-06-14 22:21:30 +03:00
default_unsorted_ints.expected tests/sort: add test for default mode 2016-03-29 00:58:24 -04:00
default_unsorted_ints.txt tests/sort: add test for default mode 2016-03-29 00:58:24 -04:00
dictionary_order.expected sort: add "dictionary-order" flag. 2020-05-07 23:08:24 +02:00
dictionary_order.txt sort: add "dictionary-order" flag. 2020-05-07 23:08:24 +02:00
human_block_sizes.expected tests/sort: refactor to match other tests 2016-03-29 00:58:24 -04:00
human_block_sizes.txt tests/sort: refactor to match other tests 2016-03-29 00:58:24 -04:00
ignore_case.expected sort: Implement ignore-case 2017-01-21 13:30:22 -05:00
ignore_case.txt sort: Implement ignore-case 2017-01-21 13:30:22 -05:00
merge_ints_interleaved.expected sort --merge works, but ignores --unique and --reverse 2016-08-13 00:42:43 +01:00
merge_ints_interleaved_1.txt sort --merge works, but ignores --unique and --reverse 2016-08-13 00:42:43 +01:00
merge_ints_interleaved_2.txt sort --merge works, but ignores --unique and --reverse 2016-08-13 00:42:43 +01:00
merge_ints_interleaved_3.txt sort --merge works, but ignores --unique and --reverse 2016-08-13 00:42:43 +01:00
merge_ints_reversed.expected sort: make compare_by honour settings.reverse 2016-08-13 00:42:43 +01:00
merge_ints_reversed_1.txt sort: make compare_by honour settings.reverse 2016-08-13 00:42:43 +01:00
merge_ints_reversed_2.txt sort: make compare_by honour settings.reverse 2016-08-13 00:42:43 +01:00
merge_ints_reversed_3.txt sort: make compare_by honour settings.reverse 2016-08-13 00:42:43 +01:00
month_default.expected implement sort --stable 2016-08-03 07:56:40 +01:00
month_default.txt implement sort --stable 2016-08-03 07:56:40 +01:00
month_stable.expected implement sort --stable 2016-08-03 07:56:40 +01:00
month_stable.txt implement sort --stable 2016-08-03 07:56:40 +01:00
multiple_files.expected sort: support multiple input files 2016-06-14 21:25:29 +03:00
multiple_files1.txt sort: support multiple input files 2016-06-14 21:25:29 +03:00
multiple_files2.txt sort: support multiple input files 2016-06-14 21:25:29 +03:00
numeric_fixed_floats.expected tests/sort: refactor to match other tests 2016-03-29 00:58:24 -04:00
numeric_fixed_floats.txt tests/sort: refactor to match other tests 2016-03-29 00:58:24 -04:00
numeric_floats.expected tests/sort: refactor to match other tests 2016-03-29 00:58:24 -04:00
numeric_floats.txt tests/sort: refactor to match other tests 2016-03-29 00:58:24 -04:00
numeric_floats_and_ints.expected tests/sort: refactor to match other tests 2016-03-29 00:58:24 -04:00
numeric_floats_and_ints.txt tests/sort: refactor to match other tests 2016-03-29 00:58:24 -04:00
numeric_floats_with_nan.expected tests: untrimmed stdout assertion (fix #1235) 2019-02-08 07:54:48 +11:00
numeric_floats_with_nan.txt tests: untrimmed stdout assertion (fix #1235) 2019-02-08 07:54:48 +11:00
numeric_unfixed_floats.expected tests/sort: refactor to match other tests 2016-03-29 00:58:24 -04:00
numeric_unfixed_floats.txt tests/sort: refactor to match other tests 2016-03-29 00:58:24 -04:00
numeric_unsorted_ints.expected tests/sort: refactor to match other tests 2016-03-29 00:58:24 -04:00
numeric_unsorted_ints.txt tests/sort: refactor to match other tests 2016-03-29 00:58:24 -04:00
numeric_unsorted_ints_unique.expected sort: unique option support 2016-06-11 15:46:41 +03:00
numeric_unsorted_ints_unique.txt sort: unique option support 2016-06-11 15:46:41 +03:00
version.expected sort: Version sort support 2016-06-14 20:33:09 +03:00
version.txt sort: Version sort support 2016-06-14 20:33:09 +03:00