swc/crates/swc_html_parser/tests/fixture/comment/multiline/dom.rust-debug

25 lines
279 B
Plaintext

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