From 706ab63693321dccdd5dc75c5b616bba1693f345 Mon Sep 17 00:00:00 2001 From: Timothy Cyrus Date: Fri, 4 Sep 2015 17:35:22 -0400 Subject: [PATCH] Update bootstrap.json Fix bad formatting with Label Bootstrap Wells test --- seed/challenges/bootstrap.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/bootstrap.json b/seed/challenges/bootstrap.json index 5f5d0ff63e..d9a88e85ea 100644 --- a/seed/challenges/bootstrap.json +++ b/seed/challenges/bootstrap.json @@ -1996,7 +1996,7 @@ "Above your right-well, inside its col-xs-6 div element, add a h4 element with the text #right-well." ], "tests": [ - "assert($(\".col-xs-6\").children(\"h4\") && $(\".col-xs-6\").children(\"h4\").length > 1, 'Add an h4 element to each of your <div class=\\\"col-xs-6\\\"> elements.');", + "assert($(\".col-xs-6\").children(\"h4\") && $(\".col-xs-6\").children(\"h4\").length > 1, 'Add an h4 element to each of your <div class=\"col-xs-6\"> elements.');", "assert(new RegExp(\"#left-well\",\"gi\").test($(\"h4\").text()), 'One h4 element should have the text #left-well.');", "assert(new RegExp(\"#right-well\",\"gi\").test($(\"h4\").text()), 'One h4 element should have the text #right-well.');", "assert(editor.match(/<\\/h4>/g) && editor.match(/

/g).length === editor.match(/

h4 elements have closing tags.')"