From 16e7a3955ec49b62198200f46848cf5f19078a7b Mon Sep 17 00:00:00 2001 From: Logan Tegman Date: Sun, 22 Nov 2015 12:20:08 -0800 Subject: [PATCH] Fix WP Bulleted List Tests Closes #4652 --- challenges/html5-and-css.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/challenges/html5-and-css.json b/challenges/html5-and-css.json index f8f0b08fbb..7d75b5d8c3 100644 --- a/challenges/html5-and-css.json +++ b/challenges/html5-and-css.json @@ -1576,8 +1576,8 @@ "tests": [ "assert($(\"ul\").length > 0, 'Create a ul element.')", "assert($(\"ul li\").length > 2, 'You should have three li elements within your ul element.')", - "assert(editor.match(/<\\/ul>/g) && editor.match(/