From b0f85de31122ef8c527e31bc376e9024fe071f13 Mon Sep 17 00:00:00 2001 From: Hassaan Pasha Date: Tue, 1 Sep 2020 03:16:24 +0500 Subject: [PATCH] fix (curriculum): Adding regex to disregard any whitespaces in the basic-css challenge (#38330) * fix (curriculum): Adding regex to account for any whitespace that may be added to the code * Update curriculum/challenges/english/01-responsive-web-design/basic-css/use-attribute-selectors-to-style-elements.english.md Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> Co-authored-by: Tom <20648924+moT01@users.noreply.github.com> Co-authored-by: Randell Dawson <5313213+RandellDawson@users.noreply.github.com> --- .../use-attribute-selectors-to-style-elements.english.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/basic-css/use-attribute-selectors-to-style-elements.english.md b/curriculum/challenges/english/01-responsive-web-design/basic-css/use-attribute-selectors-to-style-elements.english.md index 84d20d99f5..1aecd34a80 100644 --- a/curriculum/challenges/english/01-responsive-web-design/basic-css/use-attribute-selectors-to-style-elements.english.md +++ b/curriculum/challenges/english/01-responsive-web-design/basic-css/use-attribute-selectors-to-style-elements.english.md @@ -32,7 +32,7 @@ Using the type attribute selector, try to give the checkboxes in Ca ```yml tests: - text: The type attribute selector should be used to select the checkboxes. - testString: assert(code.match(/