swc/crates/swc_html_minifier/tests/fixture/text/spaces-in-body-1/input.html
2022-06-26 19:08:03 +00:00

10 lines
198 B
HTML

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