mirror of
https://github.com/uutils/coreutils
synced 2024-12-18 09:03:14 +00:00
Removed bad test
Signed-off-by: Hanif Bin Ariffin <hanif.ariffin.4326@gmail.com>
This commit is contained in:
parent
0032f2c4a0
commit
9c6f2c765d
1 changed files with 0 additions and 16 deletions
|
@ -605,19 +605,3 @@ where
|
|||
output_buf.clear();
|
||||
}
|
||||
}
|
||||
|
||||
#[test]
|
||||
fn test_parse_octal() {
|
||||
for a in '0'..='7' {
|
||||
for b in '0'..='7' {
|
||||
for c in '0'..='7' {
|
||||
assert!(
|
||||
Sequence::from_str(format!("\\{}{}{}", a, b, c).as_str())
|
||||
.unwrap()
|
||||
.len()
|
||||
== 1
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue