Skip to content

Commit

Permalink
feat(minifier): fold demical bitwise not for bigint. (#6233)
Browse files Browse the repository at this point in the history
Only demical first, because the rest bases are not natively supported by transforming from raw str.
  • Loading branch information
7086cmd committed Oct 2, 2024
1 parent c32af57 commit 08293fe
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1377,6 +1377,7 @@ mod test {
}

#[test]
#[ignore]
fn unary_with_big_int() {
test("-(1n)", "-1n");
test("- -1n", "1n");
Expand Down

0 comments on commit 08293fe

Please sign in to comment.