swc/crates/swc_html_parser/tests/fixture/comment/basic/dom.rust-debug
2022-05-14 01:43:52 +00:00

46 lines
463 B
Plaintext

| <!DOCTYPE html>
| <html>
| lang="en"
| <head>
| "
"
| <title>
| "Document"
| "
"
| "
"
| <body>
| "
"
| <!-- test -->
| "
"
| <!-- foo -->
| <div>
| "baz"
| <!-- bar
moo -->
| "
"
| <script>
| "<!-- alert(1) -->"
| "
"
| <script>
| "alert('<!--')"
| "
"
| <script>
| "alert('<!-- foo -->')"
| "
"
| <script>
| "alert('-->')"
| "
"