swc/crates/swc_html_parser/tests/fixture/attribute/class/input.html
2022-04-28 17:27:39 +00:00

21 lines
719 B
HTML

<!doctype html>
<html lang="en">
<head>
<title>Document</title>
</head>
<body>
<a class="0 1 2 3 4 5 6 7 8 9 a b c d e f g h i j k l m n o p q r s t u v w x y z"></a>
<a class="add sort keys createSorter"></a>
<span class="sprite sprite-{{sprite}}"></span>
<span class="{{sprite}}-sprite sprite"></span>
<span class="sprite-{{sprite}}-sprite"></span>
<span class="{{sprite}}"></span>
<span class={{sprite}}></span>
<div class></div>
<div class="nav_sv_fo_v_column <#=(j === 0) ? 'nav_sv_fo_v_first' : '' #> foo_bar"></div>
<a class="moo <!-- htmlmin:ignore -->bar<!-- htmlmin:ignore --> foo baz"></a>
<div class="="></div>
<div class="= = = ="></div>
</body>
</html>