Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

phone-number: Clears up contradiction re: why 11 digits is invalid #724

Merged
merged 1 commit into from
Mar 14, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions exercises/phone-number/canonical-data.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"exercise": "phone-number",
"version": "1.0.1",
"version": "1.0.2",
"cases": [
{
"description": "Cleanup user-entered phone numbers",
Expand Down Expand Up @@ -35,7 +35,7 @@
"expected": null
},
{
"description": "invalid when 11 digits",
"description": "invalid when 11 digits does not start with a 1",
"property": "clean",
"phrase": "21234567890",
"expected": null
Expand Down