<!-- وإنهاء تعليق باستخدام --> إضافة تعليق أعلى HTML الخاص بك يقول Only change code above this line. <!-- في أعلى HTML الخاص بك.
testString: 'assert(code.match(/^\s*.*this line))\s*.*this line.*\s*-->/gi), "Your comment should have the text Only change code above this line.");'
- text: تأكد من إغلاق تعليقك --> .
testString: 'assert(code.match(/-->.*\n+.+/g), "Be sure to close your comment with -->.");'
- text: يجب أن يكون لديك نفس العدد من الفتاحات والإغلاق.
testString: 'assert(code.match(//g).length, "You should have the same number of comment openers and closers.");'
```