Skip to content

Commit d9d4b22

Browse files
authored
add scientific notation test
1 parent 1c70eaa commit d9d4b22

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/by-util/test_numfmt.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1405,7 +1405,6 @@ fn test_large_integer_precision_loss_issue_11654() {
14051405
// uutils accepts scientific notation (`1e9`, `5e-3`, ...); GNU rejects it
14061406
// as "invalid suffix in input".
14071407
#[test]
1408-
#[ignore = "GNU compat: see uutils/coreutils#11655"]
14091408
fn test_scientific_notation_rejected_by_gnu_issue_11655() {
14101409
new_ucmd!()
14111410
.arg("1e9")

0 commit comments

Comments
 (0)