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 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?