-
Notifications
You must be signed in to change notification settings - Fork 54
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
parsePhoneNumber response marked as invalid #98
Closed
Comments
Fixed in 5.3.0 |
grantila
added a commit
that referenced
this issue
Apr 4, 2023
55 tasks
Regression in |
This is not a valid US phone number, is it? |
True, numbers can't lead with a |
grantila
added a commit
that referenced
this issue
Aug 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version: 5.2.0
Running the following gives an invalid and presumably incorrect result
This is the result:
Seems like
valid
should betrue
here, but regardless the shape of the response is neitherParsedPhoneNumberValid
norParsedPhoneNumberInvalid
as defined in the readmeThe text was updated successfully, but these errors were encountered: