mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
c349818742
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
11 lines
183 B
HTML
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>
|