coreutils/tests
Terts Diepraam ba713b6365 Simplify invalid encoding handling into two small methods of Args
The previous encoding handling was unnecessarily complex. This commit removes the enum that specifies the handling and instead has two separate methods to collect the strings either with lossy conversion or by ignoring invalidly encoded strings.
2022-08-17 15:20:20 +02:00
..
benches/factor all: remove explicit imports of TryFrom and TryInto 2022-04-05 10:39:31 +02:00
by-util Fix a bug in split where chunking would be skipped when the chunk size (#3800) 2022-08-16 11:02:52 +02:00
common Simplify invalid encoding handling into two small methods of Args 2022-08-17 15:20:20 +02:00
fixtures comm: use NUL if delimiter is empty 2022-07-06 13:50:23 +02:00
test_util_name.rs tests: silence clippy warnings for unused_imports 2021-10-10 00:52:18 +02:00
tests.rs Replace lazy_static with once_cell 2022-07-12 14:08:30 +01:00