Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion exercises/resistor-color-trio/canonical-data.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"exercise": "resistor-color-trio",
"version": "1.0.0",
"version": "1.1.0",
"cases": [
{
"description": "Orange and orange and black",
Expand Down Expand Up @@ -56,6 +56,17 @@
"value": 470,
"unit": "kiloohms"
}
},
{
"description": "Orange and orange and red",
"property": "label",
"input": {
"colors": ["orange", "orange", "red"]
},
"expected": {
"value": 3300,
"unit": "ohms"
}
}
]
}