notepad-plus-plus/lexilla/test/examples/hypertext/Bug2207.html

8 lines
163 B
HTML

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