File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 44
44
"error" : " incorrect number of digits"
45
45
}
46
46
},
47
+ {
48
+ "uuid" : " 2de74156-f646-42b5-8638-0ef1d8b58bc2" ,
49
+ "reimplements" : " 598d8432-0659-4019-a78b-1c6a73691d21" ,
50
+ "description" : " invalid when 9 digits" ,
51
+ "comments" : [" Make incorrect number of digit errors consistent." ],
52
+ "property" : " clean" ,
53
+ "input" : {
54
+ "phrase" : " 123456789"
55
+ },
56
+ "expected" : {
57
+ "error" : " must not be fewer than 10 digits"
58
+ }
59
+ },
47
60
{
48
61
"uuid" : " 57061c72-07b5-431f-9766-d97da7c4399d" ,
49
62
"description" : " invalid when 11 digits does not start with a 1" ,
84
97
"error" : " more than 11 digits"
85
98
}
86
99
},
100
+ {
101
+ "uuid" : " 4a1509b7-8953-4eec-981b-c483358ff531" ,
102
+ "reimplements" : " c6a5f007-895a-4fc5-90bc-a7e70f9b5cad" ,
103
+ "description" : " invalid when more than 11 digits" ,
104
+ "comments" : [" Make incorrect number of digit errors consistent." ],
105
+ "property" : " clean" ,
106
+ "input" : {
107
+ "phrase" : " 321234567890"
108
+ },
109
+ "expected" : {
110
+ "error" : " must not be greater than 11 digits"
111
+ }
112
+ },
87
113
{
88
114
"uuid" : " 63f38f37-53f6-4a5f-bd86-e9b404f10a60" ,
89
115
"description" : " invalid with letters" ,
You can’t perform that action at this time.
0 commit comments