From 086a4a0a69efe0c345c2ebbcadd16c401f3cd53e Mon Sep 17 00:00:00 2001 From: Vimal Raghubir Date: Mon, 25 Jun 2018 16:16:51 -0400 Subject: [PATCH] fix: incomplete Sass Test --- challenges/03-front-end-libraries/sass.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/challenges/03-front-end-libraries/sass.json b/challenges/03-front-end-libraries/sass.json index 100018e5d5..8b4b045b14 100644 --- a/challenges/03-front-end-libraries/sass.json +++ b/challenges/03-front-end-libraries/sass.json @@ -164,7 +164,7 @@ "tests": [ { "text": "Your code should declare a mixin named border-radius which has a parameter named $radius.", - "testString": "assert(code.match(/@mixin\\s+?border-radius\\(\\s*?\\$radius\\s*?\\)\\s*?{/gi), 'Your code should declare a mixin named border-radius which has a parameter named $radius.');" + "testString": "assert(code.match(/@mixin\\s+?border-radius\\s*?\\(\\s*?\\$radius\\s*?\\)\\s*?{/gi), 'Your code should declare a mixin named border-radius which has a parameter named $radius.');" }, { "text": "Your code should include the -webkit-border-radius vender prefix that uses the $radius parameter.", @@ -656,4 +656,4 @@ } } ] -} \ No newline at end of file +}