fix: removed more assert msg args (#36441)
This commit is contained in:
committed by
Parth Parth
parent
ee97fa4542
commit
cbbfc08108
@ -21,7 +21,7 @@ Add the CSS property <code>justify-content</code> to the header's <code>.profile
|
||||
```yml
|
||||
tests:
|
||||
- text: 'The <code>.profile-name</code> element should have the <code>justify-content</code> property set to any of these values: <code>center</code>, <code>flex-start</code>, <code>flex-end</code>, <code>space-between</code>, or <code>space-around</code>.'
|
||||
testString: 'assert(code.match(/header\s.profile-name\s*{\s*?.*?\s*?.*?\s*?\s*?.*?\s*?justify-content\s*:\s*(center|flex-start|flex-end|space-between|space-around)\s*;/g), ''The <code>.profile-name</code> element should have the <code>justify-content</code> property set to any of these values: center, flex-start, flex-end, space-between, or space-around.'');'
|
||||
testString: 'assert(code.match(/header\s.profile-name\s*{\s*?.*?\s*?.*?\s*?\s*?.*?\s*?justify-content\s*:\s*(center|flex-start|flex-end|space-between|space-around)\s*;/g));'
|
||||
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user