Update bootstrap.json

Clarifying - Agree with @BerkeleyTrue on clarity
pull/2459/head
Allan Hernandez 2015-08-21 16:35:14 -05:00
parent 007f913517
commit 1c2748b623
1 changed files with 1 additions and 1 deletions

View File

@ -1769,7 +1769,7 @@
"Nest one <code>div</code> element with the class <code>well</code> within each of your <code>col-xs-6</code> <code>div</code> elements."
],
"tests": [
"assert($(\"div\").length > 4, 'Add two <code>div</code> elements inside each of your <code>div class=\"col-xs-6\"></code> elements both with the class <code>well</code>')",
"assert($(\"div\").length > 4, 'Add a <code>div</code> element with the class <code>well</code> inside each of your <code>div class=\"col-xs-6\"> elements</code>')",
"assert($(\"div.col-xs-6\").children(\"div.well\").length > 1, 'Nest both of your <code>div class=\"col-xs-6\"</code> elements within your <code>div class=\"row\"</code> element.')",
"assert(editor.match(/<\\/div>/g) && editor.match(/<div/g) && editor.match(/<\\/div>/g).length === editor.match(/<div/g).length, 'Make sure all your <code>div</code> elements have closing tags.')"
],