mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Merge pull request #945 from nathanross/cut-fix-chars-ranges
cut: make chars mode use byte mode behavior
This commit is contained in:
commit
96e8748336
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