Blame view

vendor/ezyang/htmlpurifier/tests/HTMLPurifier/HTMLT/script-comment.htmlt 283 Bytes
abf1649b   andryeyev   Чистая установка ...
1
2
3
4
5
6
7
8
9
10
11
  --INI--
  HTML.Trusted = true
  --HTML--
  <script type="text/javascript"><!--
  alert("<This is compatible with XHTML>");
  //--></script>
  --EXPECT--
  <script type="text/javascript"><!--//--><![CDATA[//><!--
  alert("<This is compatible with XHTML>");
  //--><!]]></script>
  --# vim: et sw=4 sts=4