fix: removed more assert msg args (#36441)
This commit is contained in:
committed by
Parth Parth
parent
ee97fa4542
commit
cbbfc08108
@@ -29,7 +29,7 @@ tests:
|
||||
- text: Make your <code>p</code> element visible on your page by uncommenting it.
|
||||
testString: assert($("p").length > 0);
|
||||
- text: Be sure to delete all trailing comment tags, i.e. <code>--></code>.
|
||||
testString: assert(!/[^fc]-->/gi.test(code.replace(/ *<!--[^fc]*\n/g,'')), 'Be sure to delete all trailing comment tags, i.e. <code>--></code>.');
|
||||
testString: assert(!/[^fc]-->/gi.test(code.replace(/ *<!--[^fc]*\n/g,'')));
|
||||
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user