We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3b9fe commit 3930b0aCopy full SHA for 3930b0a
exercises/luhn/canonical-data.json
@@ -1,6 +1,6 @@
1
{
2
"exercise": "luhn",
3
- "version": "1.1.0",
+ "version": "1.2.0",
4
"cases": [
5
6
"description": "single digit strings can not be valid",
@@ -105,6 +105,14 @@
105
"value": "091"
106
},
107
"expected": true
108
+ },
109
+ {
110
+ "description": "strings with non-digits is invalid",
111
+ "property": "valid",
112
+ "input": {
113
+ "value": ":9"
114
115
+ "expected": false
116
}
117
]
118
0 commit comments