swc/crates/swc_html_parser/tests/fixture/element/script/input.html

14 lines
210 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<script type="text/html">
<div>
test
</div>
<!-- aa -->\n
</script>
</body>
</html>