swc/crates/swc_html_minifier/tests/fixture/text/output.min.html
2022-04-28 02:30:53 +00:00

34 lines
683 B
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!doctype html><html lang=en><head>
<title>Document</title>
</head>
<body>
<div id='John"&Harry'>Test</div>
<div id='John"&HarryOther'>Test</div>
<div id='John"<HarryOtherOther'>Test</div>
<div id=John HarryOtherOtherOther>Test</div>
<div id="John<test>">Test</div>
<div id=JohnTest>Test</div>
<div> Registered Trademark Symbol: </div>
<div>HTML Entities demo: </div>
<p>®</p>
<p>©</p>
<p>©</p>
<p> This Registered Trademark is a Script used in HTML document. </p>
<div>I want to display &lt;br&gt; tag</div>
<div>I want to display &lt;i&gt; tag</div>
<div>The cent sign: ¢</div>
<div>The cent sign: ¢</div>
:) <a href=http://example.com>link</a>
</body></html>