We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85da7a5 commit 7dd47bdCopy full SHA for 7dd47bd
exercises/pascals-triangle/canonical-data.json
@@ -1,10 +1,10 @@
1
{
2
"exercise": "pascals-triangle",
3
- "version": "1.3.0",
+ "version": "1.4.0",
4
"comments": [
5
"Expectations are represented here as an array of arrays.",
6
"How you represent this idiomatically in your language is up to you.",
7
- "An expectation of -1 indicates some sort of failure should occur"
+ "An expectation of 'error' indicates some sort of failure should occur."
8
],
9
"cases": [
10
@@ -80,7 +80,7 @@
80
"input": {
81
"count": -1
82
},
83
- "expected": -1
+ "expected": {"error": "count must be positive"}
84
}
85
]
86
0 commit comments