You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When parsing out a String using libphonenumber.Parse() or libphonenumber.ParseAndKeepRawInput(), there are certain values that I would expect NumberParseException to be thrown, but instead the input is parsed "successfully" into a *PhoneNumber.
Here are some examples:
When parsing out a String using libphonenumber.Parse() or libphonenumber.ParseAndKeepRawInput(), there are certain values that I would expect NumberParseException to be thrown, but instead the input is parsed "successfully" into a *PhoneNumber.
Here are some examples:
Example 1
Results in:
Example 2
Results in:
Example 3
Results in
The text was updated successfully, but these errors were encountered: