1
Fork 0
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:
Sylvestre Ledru 2025-04-04 23:44:35 +02:00 committed by GitHub
commit 295628a2e9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 149 additions and 52 deletions

View file

@ -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!()