From a5d26d171678f210decf5ad8ebbcd3e771fc4049 Mon Sep 17 00:00:00 2001 From: SaintPeter Date: Wed, 25 Nov 2015 17:26:22 -0800 Subject: [PATCH] Fixes comments top of code ambiguity --- challenges/bootstrap.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/bootstrap.json b/challenges/bootstrap.json index a29056abc3..3b74e2e74a 100644 --- a/challenges/bootstrap.json +++ b/challenges/bootstrap.json @@ -2121,7 +2121,7 @@ "Add a comment at the top of your HTML that says Only change code above this line." ], "tests": [ - "assert(editor.match(/.*\\n+.+/g), 'Be sure to close your comment with -->.')" ],