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

Patch issue with incorrect parsing of leading zeros. #155

Merged
merged 1 commit into from
Sep 19, 2024
Merged

Conversation

Alexhuszagh
Copy link
Owner

This affects integers where they have a leading 0 followed by a non-digit character when the format API is enabled and for non-partial parsers. This should return an error. Tests have been introduced to avoid regressions.

Closes #98

This affects integers where they have a leading 0 followed by a
non-digit character when the format API is enabled and for non-partial
parsers. This should return an error. Tests have been introduced to
avoid regressions.

Closes #98
@Alexhuszagh Alexhuszagh added bug Something isn't working high priority High priority format affects the formatting API labels Sep 19, 2024
@Alexhuszagh Alexhuszagh added this to the 1.0.2 milestone Sep 19, 2024
@Alexhuszagh Alexhuszagh merged commit f07e3db into main Sep 19, 2024
39 checks passed
@Alexhuszagh Alexhuszagh deleted the issue_98 branch September 19, 2024 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working format affects the formatting API high priority High priority
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[BUG] no_integer_leading_zeros(true) incorrectly parses input
1 participant