swc/crates/swc_html_minifier/tests/fixture/text/inline-7/input.html

7 lines
126 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>foo <strong> baz </strong>bar</body>
</html>