swc/crates/swc_html_parser/tests/fixture/comment/multiline/input.html
2022-04-28 17:27:39 +00:00

14 lines
200 B
HTML

<!DOCTYPE html>
<html>
<body>
<p>This is a paragraph.</p>
<!--
<p>Look at this cool image:</p>
<img border="0" src="pic_trulli.jpg" alt="Trulli">
-->
<p>This is a paragraph too.</p>
</body>
</html>