swc/crates/swc_html_codegen/tests/fixture/html-entity/output.html
2022-06-07 04:33:33 +00:00

73 lines
2.2 KiB
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>
<head></head><body>
<h1>HTML Entity Example</h1>
<div>A space character: &amp;</div>
<div>A space character: &amp;</div>
<div>A space character: &nbsp;</div>
<div>The less-than sign: &lt;</div>
<div>The greater-than sign: &gt;</div>
<div>The double quote sign: "</div>
<div>The single quote sign: '</div>
<div>The cent sign: ¢</div>
<div>The pound sign: £</div>
<div>The yen sign: ¥</div>
<div>The euro sign: €</div>
<div>The copyright sign: ©</div>
<div>The registered trade mark sign: ®</div>
<div>An a with a grave accent: à</div>
<div>An a with an acute accent: á</div>
<div>An a with a circumflex accent: â</div>
<div>An a with a tilde: ã</div>
<div>An o with a grave accent: ò</div>
<div>An o with an acute accent: ó</div>
<div>An o with a circumflex accent: ô</div>
<div>An o with a tilde: õ</div>
<div>A space character: &amp;&amp;</div>
<div>I'm ∉ I tell you</div>
<a href="http://lmgtfy.com/?l=1&amp;q=rick+roll">tired meme</a>
<a href="#" onclick="window.location='?l=1&amp;q=rick+roll';return false">
kablammo!
</a>
<div>&amp;#38;</div>
<div>&amp;#38;</div>
<div>&amp;#38</div>
<div>&amp;#x26;</div>
<div>&amp;#x26</div>
<div>&amp;amp</div>
<div>&amp;#</div>
<div>&amp;#1</div>
<div></div>
<div>&amp;8</div>
<div>&amp;#a</div>
<div>&amp;#xb</div>
<div>&amp;#xj</div>
<div data-test="&amp;amp;"></div>
<div data-test="&amp;amp"></div>
<div data-test="&amp;#36"></div>
<div data-test="&amp;#x36"></div>
<div data-test="&amp;unknown">&amp;unknown</div>
<div data-test="&amp;unknown;">&amp;unknown;</div>
<div data-test="&amp;u;">&amp;u;</div>
<div data-test="&amp;ampCounterClockwiseContourIntegral">&amp;CounterClockwiseContourIntegral</div>
<div data-test="&amp;CounterClockwiseContourIntegral">&amp;CounterClockwiseContourIntegral</div>
<div data-test="&amp;ampCounterClockwiseContourIntegral;">&amp;CounterClockwiseContourIntegral;</div>
<div data-test="&amp;CounterClockwiseContourIntegral;">&amp;CounterClockwiseContourIntegral;</div>
<div data-test="&amp;amp">&amp;amp</div>
<div data-test="&amp;am">&amp;am</div>
<div data-test="&amp;;">&amp;;</div>
<div data-test="&amp;">&amp;</div>
<div data-test="&amp;#x">&amp;#x</div>
<div data-test="&amp;#x1">&amp;#x1</div>
<div data-test="&amp;#1">&amp;#1</div>
</body></html>