<!--开始发表评论并使用-->在HTML顶部添加评论“ Only change code above this line. <!--开始评论。
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.");'
```