|
| 1 | +# This is an auto-generated file. |
| 2 | +# |
| 3 | +# Regenerating this file via `configlet sync` will: |
| 4 | +# - Recreate every `description` key/value pair |
| 5 | +# - Recreate every `reimplements` key/value pair, where they exist in problem-specifications |
| 6 | +# - Remove any `include = true` key/value pair (an omitted `include` key implies inclusion) |
| 7 | +# - Preserve any other key/value pair |
| 8 | +# |
| 9 | +# As user-added comments (using the # character) will be removed when this file |
| 10 | +# is regenerated, comments can be added via a `comment` key. |
| 11 | + |
| 12 | +[79666dce-e0f1-46de-95a1-563802913c35] |
| 13 | +description = "cleans the number" |
| 14 | + |
| 15 | +[c360451f-549f-43e4-8aba-fdf6cb0bf83f] |
| 16 | +description = "cleans numbers with dots" |
| 17 | + |
| 18 | +[08f94c34-9a37-46a2-a123-2a8e9727395d] |
| 19 | +description = "cleans numbers with multiple spaces" |
| 20 | + |
| 21 | +[598d8432-0659-4019-a78b-1c6a73691d21] |
| 22 | +description = "invalid when 9 digits" |
| 23 | +include = false |
| 24 | + |
| 25 | +[2de74156-f646-42b5-8638-0ef1d8b58bc2] |
| 26 | +description = "invalid when 9 digits" |
| 27 | +reimplements = "598d8432-0659-4019-a78b-1c6a73691d21" |
| 28 | + |
| 29 | +[57061c72-07b5-431f-9766-d97da7c4399d] |
| 30 | +description = "invalid when 11 digits does not start with a 1" |
| 31 | + |
| 32 | +[9962cbf3-97bb-4118-ba9b-38ff49c64430] |
| 33 | +description = "valid when 11 digits and starting with 1" |
| 34 | + |
| 35 | +[fa724fbf-054c-4d91-95da-f65ab5b6dbca] |
| 36 | +description = "valid when 11 digits and starting with 1 even with punctuation" |
| 37 | + |
| 38 | +[c6a5f007-895a-4fc5-90bc-a7e70f9b5cad] |
| 39 | +description = "invalid when more than 11 digits" |
| 40 | +include = false |
| 41 | + |
| 42 | +[4a1509b7-8953-4eec-981b-c483358ff531] |
| 43 | +description = "invalid when more than 11 digits" |
| 44 | +reimplements = "c6a5f007-895a-4fc5-90bc-a7e70f9b5cad" |
| 45 | + |
| 46 | +[63f38f37-53f6-4a5f-bd86-e9b404f10a60] |
| 47 | +description = "invalid with letters" |
| 48 | +include = false |
| 49 | + |
| 50 | +[eb8a1fc0-64e5-46d3-b0c6-33184208e28a] |
| 51 | +description = "invalid with letters" |
| 52 | +reimplements = "63f38f37-53f6-4a5f-bd86-e9b404f10a60" |
| 53 | + |
| 54 | +[4bd97d90-52fd-45d3-b0db-06ab95b1244e] |
| 55 | +description = "invalid with punctuations" |
| 56 | +include = false |
| 57 | + |
| 58 | +[065f6363-8394-4759-b080-e6c8c351dd1f] |
| 59 | +description = "invalid with punctuations" |
| 60 | +reimplements = "4bd97d90-52fd-45d3-b0db-06ab95b1244e" |
| 61 | + |
| 62 | +[d77d07f8-873c-4b17-8978-5f66139bf7d7] |
| 63 | +description = "invalid if area code starts with 0" |
| 64 | + |
| 65 | +[c7485cfb-1e7b-4081-8e96-8cdb3b77f15e] |
| 66 | +description = "invalid if area code starts with 1" |
| 67 | + |
| 68 | +[4d622293-6976-413d-b8bf-dd8a94d4e2ac] |
| 69 | +description = "invalid if exchange code starts with 0" |
| 70 | + |
| 71 | +[4cef57b4-7d8e-43aa-8328-1e1b89001262] |
| 72 | +description = "invalid if exchange code starts with 1" |
| 73 | + |
| 74 | +[9925b09c-1a0d-4960-a197-5d163cbe308c] |
| 75 | +description = "invalid if area code starts with 0 on valid 11-digit number" |
| 76 | + |
| 77 | +[3f809d37-40f3-44b5-ad90-535838b1a816] |
| 78 | +description = "invalid if area code starts with 1 on valid 11-digit number" |
| 79 | + |
| 80 | +[e08e5532-d621-40d4-b0cc-96c159276b65] |
| 81 | +description = "invalid if exchange code starts with 0 on valid 11-digit number" |
| 82 | + |
| 83 | +[57b32f3d-696a-455c-8bf1-137b6d171cdf] |
| 84 | +description = "invalid if exchange code starts with 1 on valid 11-digit number" |
0 commit comments