|
| 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 | +[792a7082-feb7-48c7-b88b-bbfec160865e] |
| 13 | +description = "single digit strings can not be valid" |
| 14 | + |
| 15 | +[698a7924-64d4-4d89-8daa-32e1aadc271e] |
| 16 | +description = "a single zero is invalid" |
| 17 | + |
| 18 | +[73c2f62b-9b10-4c9f-9a04-83cee7367965] |
| 19 | +description = "a simple valid SIN that remains valid if reversed" |
| 20 | + |
| 21 | +[9369092e-b095-439f-948d-498bd076be11] |
| 22 | +description = "a simple valid SIN that becomes invalid if reversed" |
| 23 | + |
| 24 | +[8f9f2350-1faf-4008-ba84-85cbb93ffeca] |
| 25 | +description = "a valid Canadian SIN" |
| 26 | + |
| 27 | +[1cdcf269-6560-44fc-91f6-5819a7548737] |
| 28 | +description = "invalid Canadian SIN" |
| 29 | + |
| 30 | +[656c48c1-34e8-4e60-9a5a-aad8a367810a] |
| 31 | +description = "invalid credit card" |
| 32 | + |
| 33 | +[20e67fad-2121-43ed-99a8-14b5b856adb9] |
| 34 | +description = "invalid long number with an even remainder" |
| 35 | + |
| 36 | +[7e7c9fc1-d994-457c-811e-d390d52fba5e] |
| 37 | +description = "invalid long number with a remainder divisible by 5" |
| 38 | + |
| 39 | +[ad2a0c5f-84ed-4e5b-95da-6011d6f4f0aa] |
| 40 | +description = "valid number with an even number of digits" |
| 41 | + |
| 42 | +[ef081c06-a41f-4761-8492-385e13c8202d] |
| 43 | +description = "valid number with an odd number of spaces" |
| 44 | + |
| 45 | +[bef66f64-6100-4cbb-8f94-4c9713c5e5b2] |
| 46 | +description = "valid strings with a non-digit added at the end become invalid" |
| 47 | + |
| 48 | +[2177e225-9ce7-40f6-b55d-fa420e62938e] |
| 49 | +description = "valid strings with punctuation included become invalid" |
| 50 | + |
| 51 | +[ebf04f27-9698-45e1-9afe-7e0851d0fe8d] |
| 52 | +description = "valid strings with symbols included become invalid" |
| 53 | + |
| 54 | +[08195c5e-ce7f-422c-a5eb-3e45fece68ba] |
| 55 | +description = "single zero with space is invalid" |
| 56 | + |
| 57 | +[12e63a3c-f866-4a79-8c14-b359fc386091] |
| 58 | +description = "more than a single zero is valid" |
| 59 | + |
| 60 | +[ab56fa80-5de8-4735-8a4a-14dae588663e] |
| 61 | +description = "input digit 9 is correctly converted to output digit 9" |
| 62 | + |
| 63 | +[b9887ee8-8337-46c5-bc45-3bcab51bc36f] |
| 64 | +description = "very long input is valid" |
| 65 | + |
| 66 | +[8a7c0e24-85ea-4154-9cf1-c2db90eabc08] |
| 67 | +description = "valid luhn with an odd number of digits and non zero first digit" |
| 68 | + |
| 69 | +[39a06a5a-5bad-4e0f-b215-b042d46209b1] |
| 70 | +description = "using ascii value for non-doubled non-digit isn't allowed" |
| 71 | + |
| 72 | +[f94cf191-a62f-4868-bc72-7253114aa157] |
| 73 | +description = "using ascii value for doubled non-digit isn't allowed" |
| 74 | + |
| 75 | +[8b72ad26-c8be-49a2-b99c-bcc3bf631b33] |
| 76 | +description = "non-numeric, non-space char in the middle with a sum that's divisible by 10 isn't allowed" |
0 commit comments