pineapple-notepad/3rdparty/lexilla532/lexilla/test/examples/hypertext/Bug2207.html

8 lines
163 B
HTML
Raw Normal View History

2024-07-02 23:47:26 +08:00
<!DOCTYPE html>
<html>
<script>
var example = "<!-- -->"; // closing "-->" is string
var example2 = '<!-- -->'; // closing "-->" is string
</script>
</html>