Blame view

vendor/bower-asset/jquery/test/data/cleanScript.html 157 Bytes
b2a15e0c   Dmitryi   роли и права поль...
1
2
3
4
5
6
7
8
9
10
  <script>
  <!--
  ok( true, "script within html comments executed" );
  -->
  </script>
  <script>
  <![CDATA[
  ok( true, "script within CDATA executed" );
  ]]>
  </script>