Skip to content

Commit

Permalink
add really big numbers isInt tests
Browse files Browse the repository at this point in the history
  • Loading branch information
t3mp14r3 committed Sep 3, 2024
1 parent bfb9a56 commit f7b3a6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions godotenv_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,8 @@ func TestIsInt(t *testing.T) {
// valid values
checkAndCompare("-123", true)
checkAndCompare("123", true)
checkAndCompare("-922337203685477580868712", true)
checkAndCompare("922337203685477580837281", true)
}

func TestWrite(t *testing.T) {
Expand Down

0 comments on commit f7b3a6b

Please sign in to comment.