|
82 | 82 | "expected": ["grass", "violets", "clover", "violets"]
|
83 | 83 | }
|
84 | 84 | ]
|
85 |
| - }, |
86 |
| - { |
87 |
| - "description": "non-alphabetical student list", |
88 |
| - "cases": [ |
89 |
| - { |
90 |
| - "description": "first student's garden", |
91 |
| - "property": "plants", |
92 |
| - "students": ["Samantha", "Patricia", "Xander", "Roger"], |
93 |
| - "diagram": "VCRRGVRG\nRVGCCGCV", |
94 |
| - "student": "Patricia", |
95 |
| - "expected": ["violets", "clover", "radishes", "violets"] |
96 |
| - }, |
97 |
| - { |
98 |
| - "description": "second student's garden", |
99 |
| - "property": "plants", |
100 |
| - "students": ["Samantha", "Patricia", "Xander", "Roger"], |
101 |
| - "diagram": "VCRRGVRG\nRVGCCGCV", |
102 |
| - "student": "Roger", |
103 |
| - "expected": ["radishes", "radishes", "grass", "clover"] |
104 |
| - }, |
105 |
| - { |
106 |
| - "description": "third student's garden", |
107 |
| - "property": "plants", |
108 |
| - "students": ["Samantha", "Patricia", "Xander", "Roger"], |
109 |
| - "diagram": "VCRRGVRG\nRVGCCGCV", |
110 |
| - "student": "Samantha", |
111 |
| - "expected": ["grass", "violets", "clover", "grass"] |
112 |
| - }, |
113 |
| - { |
114 |
| - "description": "fourth (last) student's garden", |
115 |
| - "property": "plants", |
116 |
| - "students": ["Samantha", "Patricia", "Xander", "Roger"], |
117 |
| - "diagram": "VCRRGVRG\nRVGCCGCV", |
118 |
| - "student": "Xander", |
119 |
| - "expected": ["radishes", "grass", "clover", "violets"] |
120 |
| - } |
121 |
| - ] |
122 | 85 | }
|
123 | 86 | ]
|
124 | 87 | }
|
0 commit comments