From 6032e2d51b3f0fe9000642bfa7824a2ddfb0a55b Mon Sep 17 00:00:00 2001 From: Ruzsa Balazs Date: Sat, 28 Jul 2018 17:52:57 +0200 Subject: [PATCH] fix(challenges): fix test in hr challenge the current test never matches: in the html, is followed by

, not --- challenges/01-responsive-web-design/applied-visual-design.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/01-responsive-web-design/applied-visual-design.json b/challenges/01-responsive-web-design/applied-visual-design.json index 6d30f8250..38702739e 100644 --- a/challenges/01-responsive-web-design/applied-visual-design.json +++ b/challenges/01-responsive-web-design/applied-visual-design.json @@ -561,7 +561,7 @@ "text": "The hr tag should come between the title and the paragraph.", "testString": - "assert(code.match(/<\\/h4>\\s*?|\\s*?\\/>)\\s*?/gi), 'The hr tag should come between the title and the paragraph.');" + "assert(code.match(/<\\/h4>\\s*?|\\s*?\\/>)\\s*?

/gi), 'The hr tag should come between the title and the paragraph.');" } ], "solutions": [],