diff --git a/seed/challenges/bootstrap.json b/seed/challenges/bootstrap.json index 7b2815f779..5a19e0f96c 100644 --- a/seed/challenges/bootstrap.json +++ b/seed/challenges/bootstrap.json @@ -2253,9 +2253,10 @@ "Add a comment at the top of your HTML that says Only change code above this line." ], "tests": [ - "assert(code.match(/^.*\\n+.+/g), 'message: Be sure to close your comment with -->.');" + "assert(code.match(/^.*this line)).*this line.*-->/gi), 'message: Your comment should have the text Only change code above this line.');", + "assert(code.match(/-->.*\\n+.+/g), 'message: Be sure to close your comment with -->.');", + "assert(code.match(//g).length, 'message: You should have the same number of comment openers and closers.');" ], "challengeSeed": [ "
",