swc/crates/swc_html_codegen/tests/fixture/head-comment/input.html

9 lines
112 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head><!-- test -->
<body>
</body>
</html>