From b67e3d4305ca821bc4850d376a01558e8eea777a Mon Sep 17 00:00:00 2001 From: c-stu <43779599+c-stu@users.noreply.github.com> Date: Thu, 1 Nov 2018 08:06:50 +0000 Subject: [PATCH] fix: add new test to create a set of new checkboxes (#18294) --- .../create-a-set-of-checkboxes.english.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/create-a-set-of-checkboxes.english.md b/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/create-a-set-of-checkboxes.english.md index a6deebafd8..66e8ad0ca7 100644 --- a/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/create-a-set-of-checkboxes.english.md +++ b/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/create-a-set-of-checkboxes.english.md @@ -33,8 +33,10 @@ tests: - text: Make sure each of your label elements has a closing tag. testString: assert(code.match(/<\/label>/g) && code.match(/