/g).length === code.match(/
div elements has a closing tag.');"
@@ -1606,7 +1606,7 @@
"
"
],
"tests": [
- "assert($(\"div.row:has(input[type=\\\"checkbox\\\"])\").length > 0, 'message: Nest all of your checkboxes inside one
div
with the class
row
.');",
+ "assert($(\"div.row input[type=\\\"checkbox\\\"]\").length === 3, 'message: Nest all of your checkboxes inside one
div
with the class
row
.');",
"assert($(\"div.col-xs-4:has(input[type=\\\"checkbox\\\"])\").length > 2, 'message: Nest each of your checkboxes inside its own
div
with the class
col-xs-4
.');",
"assert(code.match(/<\\/div>/g) && code.match(/
/g).length === code.match(/
div elements has a closing tag.');"
],