From 1678b63de12df8ab984823fec3c549b4b12f29e9 Mon Sep 17 00:00:00 2001 From: Donnie Reese Date: Thu, 2 Mar 2017 17:48:35 -0600 Subject: [PATCH] =?UTF-8?q?Fixed=20display=20issues=20of=20various=20chara?= =?UTF-8?q?cters=20not=20showing=20up=20correctly=20in=20the=20console=20o?= =?UTF-8?q?n=20the=20test=20page=20when=20tests=20are=20ran.=20=20html=20c?= =?UTF-8?q?odes=20to=20show=20basic=20characters=20such=20as=20=E2=80=9C%?= =?UTF-8?q?=E2=80=9D=20and=20=E2=80=9C,=E2=80=9D=20where=20not=20consisten?= =?UTF-8?q?t=20with=20other=20seed=20entries.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- challenges/01-responsive-web-design/basic-css.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/challenges/01-responsive-web-design/basic-css.json b/challenges/01-responsive-web-design/basic-css.json index 0d8d7ff169..804523864a 100644 --- a/challenges/01-responsive-web-design/basic-css.json +++ b/challenges/01-responsive-web-design/basic-css.json @@ -1348,8 +1348,8 @@ "" ], "tests": [ - "assert(parseInt($(\"img\").css(\"border-top-left-radius\")) > 48, 'message: Your image should have a border radius of 50%, making it perfectly circular.');", - "assert(code.match(/50%/g), 'message: Be sure to use a percentage value of 50%.');" + "assert(parseInt($(\"img\").css(\"border-top-left-radius\")) > 48, 'message: Your image should have a border radius of 50%, making it perfectly circular.');", + "assert(code.match(/50%/g), 'message: Be sure to use a percentage value of 50%.');" ], "type": "waypoint", "challengeType": 0,