From 56bb5df272516e649080c9921730a1822cf96073 Mon Sep 17 00:00:00 2001 From: Eric Leung Date: Tue, 24 Nov 2015 20:23:48 -0800 Subject: [PATCH] Unescape quotation marks --- challenges/html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/html5-and-css.json b/challenges/html5-and-css.json index a000744767..ff7c19689d 100644 --- a/challenges/html5-and-css.json +++ b/challenges/html5-and-css.json @@ -2291,7 +2291,7 @@ "tests": [ "assert($('input[type=\"checkbox\"]').length > 2, 'Your page should have three checkbox elements.')", "assert($('label > input[type=\"checkbox\"]:only-child').length > 2, 'Each of your three checkbox elements should be nested in its own label element.')", - "assert(editor.match(/<\\/label>/g) && editor.match(/