File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "exercise" : " etl" ,
3- "version" : " 1.0.0 " ,
3+ "version" : " 1.0.1 " ,
44 "cases" : [
55 {
66 "comments" : [
7+ " Transforms a set of legacy scrabble data stored as letters per score" ,
8+ " to a set of data stored score per letter." ,
79 " Note: The expected input data for these tests should have" ,
810 " integer keys (not stringified numbers as shown in the JSON below" ,
911 " Unless the language prohibits that, please implement these tests" ,
1012 " such that keys are integers. e.g. in JavaScript, it might look " ,
1113 " like `transform( { 1: ['A'] } );`"
1214 ],
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 " ,
1416 "cases" : [
1517 {
16- "description" : " a single letter" ,
18+ "description" : " single letter" ,
1719 "property" : " transform" ,
1820 "input" : {
1921 "1" : [" A" ]
You can’t perform that action at this time.
0 commit comments