Skip to content

Commit

Permalink
more float tests, more
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelcolvin committed May 29, 2023
1 parent 8212e78 commit c593eec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1190,6 +1190,9 @@ float_ok_tests! {
decimal: "1.5", "Float(1.5)";
neg_decimal: "-1.5", "Float(-1.5)";
decimal_zero: "1.0", "Float(1.0)";
big_int: "1585201087123789", "Int(1585201087123789)";
big_int_ones: "1111111111111111", "Int(1111111111111111)";
big_float: "111111111.11111", "Float(111111111.11111)";
}

macro_rules! float_err_tests {
Expand Down

0 comments on commit c593eec

Please sign in to comment.