diff --git a/curriculum/challenges/chinese/01-responsive-web-design/css-grid/use-grid-area-without-creating-an-areas-template.chinese.md b/curriculum/challenges/chinese/01-responsive-web-design/css-grid/use-grid-area-without-creating-an-areas-template.chinese.md index d98c47e86f..f4b26604dc 100644 --- a/curriculum/challenges/chinese/01-responsive-web-design/css-grid/use-grid-area-without-creating-an-areas-template.chinese.md +++ b/curriculum/challenges/chinese/01-responsive-web-design/css-grid/use-grid-area-without-creating-an-areas-template.chinese.md @@ -17,8 +17,8 @@ localeTitle: 在不创建网格区域模板的情况下使用网格区域 ```yml tests: - - text: item5类应该具有值为3/1/4/4grid-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 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属性,使其位于第三和第四水平线之间以及第一和第四垂直线之间。");' ```