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