diff --git a/seed/challenges/html5-and-css.json b/seed/challenges/html5-and-css.json
index 547b037aa5..e62dc7cbd3 100644
--- a/seed/challenges/html5-and-css.json
+++ b/seed/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(/