File tree 1 file changed +5
-3
lines changed
1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"exercise" : " etl" ,
3
- "version" : " 1.0.0 " ,
3
+ "version" : " 1.0.1 " ,
4
4
"cases" : [
5
5
{
6
6
"comments" : [
7
+ " Transforms a set of legacy scrabble data stored as letters per score" ,
8
+ " to a set of data stored score per letter." ,
7
9
" Note: The expected input data for these tests should have" ,
8
10
" integer keys (not stringified numbers as shown in the JSON below" ,
9
11
" Unless the language prohibits that, please implement these tests" ,
10
12
" such that keys are integers. e.g. in JavaScript, it might look " ,
11
13
" like `transform( { 1: ['A'] } );`"
12
14
],
13
- "description" : " transforms the a set of scrabble data previously indexed by the tile score to a set of data indexed by the tile letter " ,
15
+ "description" : " Transform legacy to new " ,
14
16
"cases" : [
15
17
{
16
- "description" : " a single letter" ,
18
+ "description" : " single letter" ,
17
19
"property" : " transform" ,
18
20
"input" : {
19
21
"1" : [" A" ]
You can’t perform that action at this time.
0 commit comments