1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2026-01-16 10:11:01 +00:00
uutils-coreutils/tests
Nicolas Boichat 8cf4da0b19 uucore: format: Fix hexadecimal default format print
The default hex format, on x86(-64) prints 15 digits after the
decimal point, _but_ also trims trailing zeros, so it's not just
a simple default precision and a little bit of extra handling is
required.

Also add a bunch of tests.

Fixes #7364.
2025-04-01 15:04:47 +02:00
..
benches/factor rust edition 2021 => 2024 2025-03-24 21:00:35 +01:00
by-util uucore: format: Fix hexadecimal default format print 2025-04-01 15:04:47 +02:00
fixtures test_env: Try to execute an empty file instead of . 2025-03-23 19:37:59 +01:00
uutests uutests: improve the docs 2025-03-28 21:40:31 +01:00
test_util_name.rs Create the uutest crate + adjust the code 2025-03-28 21:40:31 +01:00
tests.rs uutests: fix the doc 2025-03-29 09:28:54 +01:00