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

9 lines
154 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<table><tr><td>test</td></tr></table> <span>test</span>
</body>
</html>