curriculum/__fixtures__/combined-html-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".");'
<h1>Hello</h1>
<!-- (Chinese) Add your code below this line (Chinese) -->
<!-- (Chinese) Add your code above this line (Chinese) -->
<style>
/* (Chinese) change code below this line (Chinese) */
/* (Chinese) change code above this line (Chinese) */
</style>
<h1>Hello World</h1>