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
The README states (correctly according to the NANP format that the first digit of the Area and Exchange codes should be in the range 2-9 (so excluding 0 and 1).
However, the unit tests do not conform to this: invalid numbers (e.g. 1234567890) are supposed to be recognized as valid to pass the test. The example solution also does not conform.
Should I create a pull request with a correction or am I getting confused?
The text was updated successfully, but these errors were encountered:
The README states (correctly according to the NANP format that the first digit of the Area and Exchange codes should be in the range 2-9 (so excluding 0 and 1).
However, the unit tests do not conform to this: invalid numbers (e.g. 1234567890) are supposed to be recognized as valid to pass the test. The example solution also does not conform.
Should I create a pull request with a correction or am I getting confused?
The text was updated successfully, but these errors were encountered: