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 b53a879 commit b6bb0ffCopy full SHA for b6bb0ff
exercises/matching-brackets/canonical-data.json
@@ -118,6 +118,18 @@
118
},
119
"expected": false
120
121
+ {
122
+ "uuid": "1d5c093f-fc84-41fb-8c2a-e052f9581602",
123
+ "description": "paired and wrong nested brackets but innermost are correct",
124
+ "comments": [
125
+ "Ensures last opened bracket is not the only one being traced"
126
+ ],
127
+ "property": "isPaired",
128
+ "input": {
129
+ "value": "[({}])"
130
+ },
131
+ "expected": false
132
133
{
134
"uuid": "ef47c21b-bcfd-4998-844c-7ad5daad90a8",
135
"description": "paired and incomplete brackets",
0 commit comments