You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
notepad-plus-plus/lexilla/test/examples/hypertext/Bug2207.html

8 lines
163 B

<!DOCTYPE html>
<html>
<script>
var example = "<!-- -->"; // closing "-->" is string
var example2 = '<!-- -->'; // closing "-->" is string
</script>
</html>