mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Merge pull request #7631 from drinkcat/format-hex-default
uucore: format: Fix hexadecimal default format print
This commit is contained in:
commit
295628a2e9
4 changed files with 149 additions and 52 deletions
|
@ -390,7 +390,6 @@ fn sub_num_sci_negative() {
|
|||
.stdout_only("-1234 is -1.234000e+03");
|
||||
}
|
||||
|
||||
#[cfg_attr(not(feature = "test_unimplemented"), ignore)]
|
||||
#[test]
|
||||
fn sub_num_hex_float_lower() {
|
||||
new_ucmd!()
|
||||
|
@ -399,7 +398,6 @@ fn sub_num_hex_float_lower() {
|
|||
.stdout_only("0xep-4");
|
||||
}
|
||||
|
||||
#[cfg_attr(not(feature = "test_unimplemented"), ignore)]
|
||||
#[test]
|
||||
fn sub_num_hex_float_upper() {
|
||||
new_ucmd!()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue