swc/crates/swc_html_codegen/tests/fixture/body-script/input.html

7 lines
133 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body><script>console.log("test")</script></body>
</html>