swc/crates/swc_html_minifier/tests/fixture/text/template-multiple/input.html
2022-06-26 19:08:03 +00:00

14 lines
578 B
HTML

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