tidy-html5/test/input/in_1642186-1.html
2015-09-16 13:17:50 +02:00

15 lines
243 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Issue #65 - Parser too greedy over script blocks</title>
<script>
/* the <script */
var m1 = "\"<script \"";
var m2 = '<script '; // <script
</script>
</head>
<body>
</body>
</html>