clamav/unit_tests/input/htmlnorm_js_test.html

14 lines
248 B
HTML
Raw Normal View History

<script>
function() { var x = "htmlJS"+"testsignature"; }
</script>
<script>
<!--
</something>
function() { var x = "htmlJS"+"testsignature"; }
-->
</script>
<script>
//some comment
function() { var x = "htmlJS"+"testsignature"; }
</script>