From 2a29d8e1f01331d4a0e9fbdef59436e0408cf9bb 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 --- 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 a29056abc3..3b74e2e74a 100644 --- a/seed/challenges/bootstrap.json +++ b/seed/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 -->.')" ],