div elements within your row, both with the class col-xs-6.
div class="col-xs-6" elements within your div class="row" element.
testString: 'assert($("div.row > div.col-xs-6").length > 1, "Nest two div class="col-xs-6" elements within your div class="row" element.");'
- text: Make sure all your div elements have closing tags.
testString: 'assert(code.match(/<\/div>/g) && code.match(/