curriculum/__fixtures__/chinese/challenge-js-comments.md
tests:
- text: 你的<code>h1</code>元素应该有“Hello World”文本。
testString: 'assert.isTrue((/hello(\s)+world/gi).test($("h1").text()), "Your <code>h1</code> element should have the text "Hello World".");'
/* Add your code below this line */
// Add your code above this line */
<h1>Hello World</h1>