swc/crates/swc_html_parser/tests/fixture/element/code/input.html
2022-05-15 04:20:21 +00:00

9 lines
193 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<code some-attribute=""><div><code><code><code><code></code></code></code></code></div></code>
</body>
</html>