jquery/test/data/cleanScript.html
abnud1 c349818742 Build: Update test code for compatibility with QUnit 2.x (#4297)
Also, run `grunt npmcopy` to sync the "external" directory with dependencies
from package.json. For example, the Sinon library version didn't match.

Ref gh-4234
Closes gh-4297
2019-02-18 19:03:26 +01:00

11 lines
183 B
HTML

<script>
<!--
QUnit.assert.ok( true, "script within html comments executed" );
-->
</script>
<script>
<![CDATA[
QUnit.assert.ok( true, "script within CDATA executed" );
]]>
</script>