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

20 lines
239 B
Plaintext

| <!DOCTYPE html>
| <html>
| <head>
| <script>
| type="text/javascript"
| "
//<![CDATA[
document.write("<");
//]]>
"
| "
"
| <script>
| "
let foo = "<!--<script>-->";
console.log(foo);
"
| <body>