mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
cut: chars mode has same behavior as byte mode
This commit is contained in:
parent
8632e19b44
commit
4a2532fc12
2 changed files with 2 additions and 73 deletions
|
@ -33,7 +33,6 @@ fn test_byte_sequence() {
|
|||
}
|
||||
}
|
||||
|
||||
#[cfg_attr(not(feature="test_unimplemented"),ignore)]
|
||||
#[test]
|
||||
fn test_char_sequence() {
|
||||
for param in vec!["-c", "--characters"] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue