Manipulation: Don't remove HTML comments from scripts
[jquery.git] / test / data / cleanScript.html
blob60d235b827047c6376ce284264e48e3163d20d19
1 <script>
2 <!--
3 QUnit.assert.ok( true, "script within html comments executed" );
4 -->
5 </script>
6 <script>
7 <!--//--><![CDATA[//><!--
8 QUnit.assert.ok( true, "script within CDATA executed" );
9 //--><!]]>
10 </script>