Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add test for formatting large (u)int64 numbers #236

Closed
wants to merge 1 commit into from

Conversation

Flamefire
Copy link
Collaborator

As reported in #235 formatting the first number which doesn't fit into int64_t anymore fails to add the thousands separators. I.e.:
9223372036854775807 -> 9,223,372,036,854,775,807
9223372036854775808 -> 9223372036854775808

Add a test reproducing that that for all backends.

As reported in #235 formatting the first number which doesn't fit into
int64_t anymore fails to add the thousands separators.
I.e.:
`9223372036854775807` -> `9,223,372,036,854,775,807`
`9223372036854775808` -> `9223372036854775808`

Add a test reproducing that that for all backends.
@Flamefire Flamefire closed this Dec 21, 2024
@Flamefire Flamefire deleted the fix-large-uint64-format branch December 21, 2024 10:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant