From 863c9ad1d08b341bc99c874a375ddd4769226500 Mon Sep 17 00:00:00 2001
From: The Coding Aviator <34807532+thecodingaviator@users.noreply.github.com>
Date: Thu, 25 Apr 2019 08:04:32 +0530
Subject: [PATCH] fix(curriculum): Hide solution from tests in Arabic challenge
(#35251)
* fix(curriculum): Arabic fix test to not show solution
* fix(curriculum): Remove Solution From Tests
---
...use-grid-area-without-creating-an-areas-template.arabic.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/curriculum/challenges/arabic/01-responsive-web-design/css-grid/use-grid-area-without-creating-an-areas-template.arabic.md b/curriculum/challenges/arabic/01-responsive-web-design/css-grid/use-grid-area-without-creating-an-areas-template.arabic.md
index d875f682a7..55272ab81f 100644
--- a/curriculum/challenges/arabic/01-responsive-web-design/css-grid/use-grid-area-without-creating-an-areas-template.arabic.md
+++ b/curriculum/challenges/arabic/01-responsive-web-design/css-grid/use-grid-area-without-creating-an-areas-template.arabic.md
@@ -17,8 +17,8 @@ undefined
```yml
tests:
- - text: ''
- testString: 'assert(code.match(/.item5\s*?{[\s\S]*grid-area\s*?:\s*?3\s*?\/\s*?1\s*?\/\s*?4\s*?\/\s*?4\s*?;[\s\S]*}/gi), "item5
class should have a grid-area
property that has the value of 3/1/4/4
.");'
+ - text: 'يجب أن تحتوي فئة item5
على خاصية grid-area
بحيث تكون بين الخطين الأفقيين الثالث والرابع وبين الخطين الرأسيين الأول والرابع.'
+ testString: 'assert(code.match(/.item5\s*?{[\s\S]*grid-area\s*?:\s*?3\s*?\/\s*?1\s*?\/\s*?4\s*?\/\s*?4\s*?;[\s\S]*}/gi), "يجب أن تحتوي فئة item5
على خاصية grid-area
بحيث تكون بين الخطين الأفقيين الثالث والرابع وبين الخطين الرأسيين الأول والرابع.");'
```