Open frogtd opened 2 years ago
The library has been updated recently; does validation still fail for that number?
I think this is basically a duplicate of #46; i.e., the national number format does not parse. I just tried to parse this on #52, and it still does not.
I tried to parse "+1 520-878-2491" but it fails at parsing with an invalid country code.
The Java and JavaScript libphonenumber do parse this correctly, and slight variations in this also parse correctly (e.g. "+1 520 878 2491" parses correctly).