1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-15 09:41:07 +00:00
uutils-coreutils/tests
Justin Tracey 58d65fb953 join: add support for non-unicode field separators
This allows for `-t` to take invalid unicode (but still single-byte) values
on unix-like platforms. Other platforms, which as of the time of this commit
do not support `OsStr::as_bytes()`, could possibly be supported in the future,
but would require design decisions as to what that means.
2022-01-30 20:04:22 -05:00
..
benches/factor all: change macros 2022-01-29 15:26:32 +01:00
by-util join: add support for non-unicode field separators 2022-01-30 20:04:22 -05:00
common use 'Self' and derive 'Default' where possible 2022-01-30 15:08:26 +01:00
fixtures join: add support for non-unicode field separators 2022-01-30 20:04:22 -05:00
test_util_name.rs tests: silence clippy warnings for unused_imports 2021-10-10 00:52:18 +02:00
tests.rs tests ~ use build.rs build list of test_UTIL module files 2020-06-02 12:17:30 -05:00