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

7 lines
110 B
HTML
Raw Normal View History

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