1
Fork 0
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:
mpkh 2016-08-12 04:56:47 +00:00 committed by GitHub
commit 96e8748336
2 changed files with 2 additions and 73 deletions

View file

@ -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"] {