File tree Expand file tree Collapse file tree 1 file changed +1
-30
lines changed Expand file tree Collapse file tree 1 file changed +1
-30
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"exercise" : " simple-cipher" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.2 .0" ,
4
4
"comments" :
5
5
[" Some of the strings used in this file are symbolic and do not represent their literal value. They are:" ,
6
6
" cipher.key - Represents the Cipher key" ,
114
114
"expected" : " iboaqcnecbfcr"
115
115
}
116
116
]
117
- },
118
- {
119
- "description" : " Incorrect key cipher" ,
120
- "cases" : [
121
- {
122
- "description" : " Throws an error with an all uppercase key" ,
123
- "property" : " new" ,
124
- "input" : {
125
- "key" : " ABCDEF"
126
- },
127
- "expected" : { "error" : " Bad key" }
128
- },
129
- {
130
- "description" : " Throws an error with a numeric key" ,
131
- "property" : " new" ,
132
- "input" : {
133
- "key" : " 12345"
134
- },
135
- "expected" : { "error" : " Bad key" }
136
- },
137
- {
138
- "description" : " Throws an error with empty key" ,
139
- "property" : " new" ,
140
- "input" : {
141
- "key" : " "
142
- },
143
- "expected" : { "error" : " Bad key" }
144
- }
145
- ]
146
117
}
147
118
]
148
119
}
You can’t perform that action at this time.
0 commit comments