1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-18 11:11:10 +00:00
uutils-coreutils/tests
Michael Debertol 4cf18e96f3 seq: change default value for -t and remove dubious escape sequences
GNU seq does not support -t, but always outputs a newline at the end.
Therefore, our default for -t should be \n.

Also removes support for escape sequences (interpreting a literal "\n"
as a newline). This is not what GNU seq is doing, and unexpected.
2021-05-31 21:20:19 +02:00
..
benches/factor factor: Move benchmarks out-of-crate 2021-05-17 19:43:38 +02:00
by-util seq: change default value for -t and remove dubious escape sequences 2021-05-31 21:20:19 +02:00
common fix a lot of clippy warnings 2021-05-29 15:11:22 +02:00
fixtures sort: correctly inherit global flags for keys (#2302) 2021-05-29 23:25:56 +02:00
tests.rs tests ~ use build.rs build list of test_UTIL module files 2020-06-02 12:17:30 -05:00