swc/crates/swc_html_minifier/tests/fixture/element/title/input.html
2022-07-28 01:30:44 +00:00

20 lines
145 B
HTML

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