From 13f6551ec976b7eb2f9552757e07f9fadc0bcc2f Mon Sep 17 00:00:00 2001 From: chrisrymer Date: Tue, 30 May 2017 22:20:02 +0100 Subject: [PATCH] Add support for single and double quotes on style attribute --- challenges/01-responsive-web-design/basic-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/01-responsive-web-design/basic-css.json b/challenges/01-responsive-web-design/basic-css.json index a84a21bfa1..15608b0368 100644 --- a/challenges/01-responsive-web-design/basic-css.json +++ b/challenges/01-responsive-web-design/basic-css.json @@ -87,7 +87,7 @@ "" ], "tests": [ - "assert(code.match(/\\s*CatPhotoApp\\s*<\\/h2>/), 'message: Your h2 element should be red.');" + "assert(code.match(/\\s*CatPhotoApp\\s*<\\/h2>/), 'message: Your h2 element should be red.');" ], "type": "waypoint", "challengeType": 0,