From 8682a0ea25bab5d581e5ffb63524bd321f28bd5d Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Tue, 2 Jun 2015 23:39:40 -0700 Subject: [PATCH] fix bootstrap issues --- seed_data/challenges/bootstrap.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/seed_data/challenges/bootstrap.json b/seed_data/challenges/bootstrap.json index b7bb6c27ee..bcf2090c1a 100644 --- a/seed_data/challenges/bootstrap.json +++ b/seed_data/challenges/bootstrap.json @@ -182,7 +182,7 @@ "tests": [ "assert($('button').hasClass('btn'), 'Your new button should have the class \"btn\".')", "assert(new RegExp('like this photo','gi').test($('button.btn').text()), 'Your button should have the text \"like this photo\".')", - "assert(editor.match(/<\\/button>/g) && editor.match(/<\\/button>/g).length === editor.match(/