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 a Brazilian phone number without the + prefix, the Phonelib.parse method does not correctly identify the country. However, adding the + prefix works as expected.
Description
When parsing a Brazilian phone number without the + prefix, the Phonelib.parse method does not correctly identify the country. However, adding the + prefix works as expected.
Expected Behavior
The method should correctly identify the country as Brazil ("BR") regardless of whether the number is prefixed with +.
Actual Behavior
The method returns nil when the + prefix is omitted.
The text was updated successfully, but these errors were encountered: