mirror of
https://github.com/Cisco-Talos/clamav.git
synced 2026-01-31 18:11:39 -05:00
14 lines
248 B
HTML
14 lines
248 B
HTML
<script>
|
|
function() { var x = "htmlJS"+"testsignature"; }
|
|
</script>
|
|
<script>
|
|
<!--
|
|
</something>
|
|
function() { var x = "htmlJS"+"testsignature"; }
|
|
-->
|
|
</script>
|
|
<script>
|
|
//some comment
|
|
function() { var x = "htmlJS"+"testsignature"; }
|
|
</script>
|