diff --git a/seed/challenges/basic-html5-and-css.json b/seed/challenges/basic-html5-and-css.json index a2d698472fe..61b29ed4d5c 100644 --- a/seed/challenges/basic-html5-and-css.json +++ b/seed/challenges/basic-html5-and-css.json @@ -3606,7 +3606,7 @@ ], "tests": [ "assert($('body').css('background-color') === 'rgb(255, 0, 0)', 'Give your body element the background-color of red.')", - "assert(editor.match(/rgb\\s?\\(\\s?255\\s?,\\s?0,\\s?0\\s?\\)/ig), 'Use RGB code instead of hex for the color red. For example body: { color: rgb(255,0,0); }.')" + "assert(editor.match(/rgb\\s*\\(\\s*255\\s*,\\s*0\\s*,\\s*0\\s*\\)/ig), 'Use RGB code instead of hex for the color red. For example body: { color: rgb(255,0,0); }.')" ], "challengeSeed": [ "