mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 11:37:44 +00:00
printf: ignore hexadecimal floats test
This can be un-ignored when it is implemented
This commit is contained in:
parent
fef84f7203
commit
ce18e0ab97
1 changed files with 1 additions and 0 deletions
|
@ -376,6 +376,7 @@ fn sub_float_dec_places() {
|
||||||
}
|
}
|
||||||
|
|
||||||
#[test]
|
#[test]
|
||||||
|
#[ignore = "hexadecimal floats are unimplemented"]
|
||||||
fn sub_float_hex_in() {
|
fn sub_float_hex_in() {
|
||||||
new_ucmd!()
|
new_ucmd!()
|
||||||
.args(&["%f", "0xF1.1F"])
|
.args(&["%f", "0xF1.1F"])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue