1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 03:27:44 +00:00

Cargo: Bump fundu version v0.3.0 -> v0.4.2. Adjust test in test_tail.

This commit is contained in:
Joining7943 2023-02-28 07:36:04 +01:00
parent 43ce6c1a7e
commit 946aab37ed
4 changed files with 5 additions and 4 deletions

View file

@ -4459,7 +4459,7 @@ fn test_follow_when_files_are_pointing_to_same_relative_file_and_file_stays_same
}
#[rstest]
#[case::exponent_exceed_float_max("1.0e2048")]
#[case::exponent_exceed_float_max("1.0e100000")]
#[case::underscore_delimiter("1_000")]
#[case::only_point(".")]
#[case::space_in_primes("' '")]