From 179c65b461d3c4d89930a99f92d4814e062ad4eb Mon Sep 17 00:00:00 2001 From: Eric Leung Date: Sun, 24 Apr 2016 17:49:13 -0700 Subject: [PATCH] Constrain Style HTML Body test need semicolon --- .../01-front-end-development-certification/html5-and-css.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/seed/challenges/01-front-end-development-certification/html5-and-css.json b/seed/challenges/01-front-end-development-certification/html5-and-css.json index 6685ae4827..a0f8a0cf53 100644 --- a/seed/challenges/01-front-end-development-certification/html5-and-css.json +++ b/seed/challenges/01-front-end-development-certification/html5-and-css.json @@ -3830,7 +3830,8 @@ ], "tests": [ "assert($(\"body\").css(\"background-color\") === \"rgb(0, 0, 0)\", 'message: Give your body element the background-color of black.');", - "assert(code.match(/