file_path
stringlengths
3
280
file_language
stringclasses
66 values
content
stringlengths
1
1.04M
repo_name
stringlengths
5
92
repo_stars
int64
0
154k
repo_description
stringlengths
0
402
repo_primary_language
stringclasses
108 values
developer_username
stringlengths
1
25
developer_name
stringlengths
0
30
developer_company
stringlengths
0
82
crates/swc_html_minifier/tests/fixture/text/inline-block-3/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title>foo <button>baz</button>bar
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/inline-block-4/input.html
HTML
<!doctype html> <html lang="en"> <head> <title>Document</title> </head> <body>foo<button>baz</button> bar</body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/inline-block-4/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title>foo<button>baz</button> bar
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/inline-block-5/input.html
HTML
<!doctype html> <html lang="en"> <head> <title>Document</title> </head> <body>foo <button> baz </button> bar</body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/inline-block-5/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title>foo <button>baz</button> bar
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/inline-block-6/input.html
HTML
<!doctype html> <html lang="en"> <head> <title>Document</title> </head> <body>foo<button> baz </button>bar</body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/inline-block-6/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title>foo<button>baz</button>bar
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/inline-block-7/input.html
HTML
<!doctype html> <html lang="en"> <head> <title>Document</title> </head> <body>foo <button> baz </button>bar</body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/inline-block-7/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title>foo <button>baz</button>bar
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/inline-block-8/input.html
HTML
<!doctype html> <html lang="en"> <head> <title>Document</title> </head> <body>foo<button> baz </button> bar</body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/inline-block-8/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title>foo<button>baz</button> bar
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/inline-block-9/input.html
HTML
<!doctype html> <html lang="en"> <head> <title>Document</title> </head> <body><div>foo <button>baz</button> bar</div></body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/inline-block-9/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title><div>foo <button>baz</button> bar</div>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/li/input.html
HTML
<!doctype html> <html lang="en"> <head> <title>Document</title> </head> <body> <span>test</span> <li>test</li> </body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/li/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title><span>test</span><li>test</li>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/math/input.html
HTML
<!doctype html> <html lang="en"> <head> <title>Document</title> </head> <body><p>where <math> <mi>R</mi> </math> is the Rici tensor.</p></body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/math/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title><p>where <math><mi>R</mi> </math>is the Rici tensor.
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/none-1/input.html
HTML
<!doctype html> <div><span>test</span> <meta name="test"> <span>test</span></div> <div><span>test</span> a <meta name="test"> <span>test</span></div> <div><span>test</span> <meta name="test"> b <span>test</span></div> <div><span>test</span> a <meta name="test"> b <span>test</span></div> <div> <meta name="test"> <span>test</span> <meta name="test"> <span>test</span> <meta name="test"> </div> <div> <span>test</span> <meta name="test"><meta name="test"><meta name="test"> <span>test</span> </div> <div> <span>test</span> <meta name="test"> <meta name="test"> <meta name="test"> <span>test</span> </div> <div><span>test</span> <template></template> <span>test</span></div> <div><div>test</div> <meta name="test"> <div>test</div></div> <div><img src="" alt=""> <meta name="test"> <img src="" alt=""></div> <div><meta name="test"> <span>test</span> <meta name="test"></div> <div><span>test</span> a<meta name="test"> b <span>test</span></div> <div><span>test</span> a <meta name="test">b <span>test</span></div> <div><span>test</span> a <meta name="test"> b <span>test</span></div> <div><span>test</span> a<meta name="test">b <span>test</span></div> <div> <meta name="test"> <span>test</span> <meta name="test"> <span>test</span> <meta name="test"> </div> <div><span>test </span> a <meta name="test"> b <span>test</span></div>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/none-1/output.min.html
HTML
<!doctype html><div><span>test</span><meta name=test> <span>test</span></div><div><span>test</span> a<meta name=test> <span>test</span></div><div><span>test</span><meta name=test> b <span>test</span></div><div><span>test</span> a<meta name=test> b <span>test</span></div><div><meta name=test> <span>test</span><meta name=test> <span>test</span><meta name=test></div><div><span>test</span><meta name=test><meta name=test><meta name=test> <span>test</span></div><div><span>test</span><meta name=test><meta name=test><meta name=test> <span>test</span></div><div><span>test</span><template></template> <span>test</span></div><div><div>test</div><meta name=test><div>test</div></div><div><img src="" alt=""><meta name=test> <img src="" alt=""></div><div><meta name=test> <span>test</span><meta name=test></div><div><span>test</span> a<meta name=test> b <span>test</span></div><div><span>test</span> a <meta name=test>b <span>test</span></div><div><span>test</span> a<meta name=test> b <span>test</span></div><div><span>test</span> a<meta name=test>b <span>test</span></div><div><meta name=test> <span>test</span><meta name=test> <span>test</span><meta name=test></div><div><span>test </span>a<meta name=test> b <span>test</span></div>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/none/input.html
HTML
<!doctype html> <html lang="en"> <head> <title>Document</title> </head> <body> <div itemscope itemtype="https://schema.org/SoftwareApplication"> <span itemprop="name">Angry Birds</span> - REQUIRES <span itemprop="operatingSystem">ANDROID</span><br> <link itemprop="applicationCategory" href="https://schema.org/GameApplication"/> <div itemprop="aggregateRating" itemscope itemtype="https://schema.org/AggregateRating"> RATING: <span itemprop="ratingValue">4.6</span> ( <span itemprop="ratingCount">8864</span> ratings ) </div> <div itemprop="offers" itemscope itemtype="https://schema.org/Offer"> Price: $<span itemprop="price">1.00</span> <meta itemprop="priceCurrency" content="USD" /> </div> </div> </body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/none/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title><div itemscope itemtype=https://schema.org/SoftwareApplication><span itemprop=name>Angry Birds</span> - REQUIRES <span itemprop=operatingSystem>ANDROID</span><br><link itemprop=applicationCategory href=https://schema.org/GameApplication><div itemprop=aggregateRating itemscope itemtype=https://schema.org/AggregateRating>RATING: <span itemprop=ratingValue>4.6</span> ( <span itemprop=ratingCount>8864</span> ratings )</div><div itemprop=offers itemscope itemtype=https://schema.org/Offer>Price: $<span itemprop=price>1.00</span><meta itemprop=priceCurrency content=USD></div></div>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/noscript-1/input.html
HTML
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> </head> <body> <div> <span>test</span><noscript><a href="#" onclick="javascript:">External Link</a></noscript> </div> <div> <span>test</span><noscript> <a href="#" onclick="javascript:">External Link</a></noscript> </div> </body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/noscript-1/output.min.html
HTML
<!doctype html><html lang=en><meta charset=UTF-8><meta name=viewport content="width=device-width,user-scalable=no,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0"><meta http-equiv=X-UA-Compatible content="ie=edge"><title>Document</title><div><span>test</span><noscript><a href=#>External Link</a></noscript></div><div><span>test</span><noscript> <a href=#>External Link</a></noscript></div>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/noscript/input.html
HTML
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> </head> <body> <noscript> <!-- anchor linking to external file --> <a href="https://www.mozilla.com/">External Link</a> </noscript> <p>Rocks!</p> </body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/noscript/output.min.html
HTML
<!doctype html><html lang=en><meta charset=UTF-8><meta name=viewport content="width=device-width,user-scalable=no,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0"><meta http-equiv=X-UA-Compatible content="ie=edge"><title>Document</title><body><noscript> <a href=https://www.mozilla.com/>External Link</a> </noscript> <p>Rocks!
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/only-smart/input.html
HTML
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> Text Text </body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/only-smart/output.min.html
HTML
<!doctype html><html lang=en><meta charset=UTF-8><title>Document</title>Text Text
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/only/input.html
HTML
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> </head> <body> Text Text </body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/only/output.min.html
HTML
<!doctype html><html lang=en><meta charset=UTF-8><title>Document</title>Text Text
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/ruby-1/input.html
HTML
<!doctype html> <html lang="en"> <head> <title>Document</title> </head> <body> <span>test</span> <ruby>test</ruby> </body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/ruby-1/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title><span>test</span> <ruby>test</ruby>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/ruby-2/input.html
HTML
<!doctype html> <html lang="en"> <head> <title>Document</title> </head> <body> <ruby>test</ruby> <span>test</span> </body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/ruby-2/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title><ruby>test</ruby> <span>test</span>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/ruby-3/input.html
HTML
<!doctype html> <html lang="en"> <head> <title>Document</title> </head> <body><div>foo <ruby> baz </ruby> bar</div></body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/ruby-3/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title><div>foo <ruby>baz</ruby> bar</div>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/select-1/input.html
HTML
<!doctype html> <html lang="en"> <head> <title>Document</title> </head> <body><span>test</span><select> <option>foo</option> <option>bar</option> </select></body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/select-1/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title><span>test</span><select> <option>foo</option> <option>bar</option> </select>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/select/input.html
HTML
<!doctype html> <html lang="en"> <head> <title>Document</title> </head> <body><select> <option>foo</option> <option>bar</option> </select></body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/select/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title><select><option>foo<option>bar</select>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/single-1/input.html
HTML
<!doctype html> <html lang="en"> <head> <title>Document</title> </head> <body><div><span> foo </span></div></body></html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/single-1/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title><div><span>foo</span></div>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/single/input.html
HTML
<!doctype html> <html lang="en"> <head> <title>Document</title> </head> <body><span> foo </span></body></html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/single/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title><span>foo</span>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/slot-1/input.html
HTML
<!doctype html> <html lang="en"> <head> <title>Document</title> </head> <body> <template> <span>test</span> <slot name="test">Test</slot> </template> <template> <span>test</span><slot name="test">Test</slot> </template> <template> <div>test</div> <slot name="test">Test</slot> </template> <template> <div>test</div><slot name="test">Test</slot> </template> <template> <slot>A</slot> B <slot>C</slot> </template> </body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/slot-1/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title><body><template> <span>test</span> <slot name=test>Test</slot> </template><template> <span>test</span><slot name=test>Test</slot> </template><template><div>test</div><slot name=test>Test</slot> </template><template><div>test</div><slot name=test>Test</slot> </template><template> <slot>A</slot> B <slot>C</slot> </template>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/slot-2/input.html
HTML
<!doctype html> <template id="template"> <slot name="a"><p>a</p></slot> <slot name="b"><span>test</span> <span>test</span></slot> <slot name="C"><div>test</div> <div>test</div></slot> </template>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/slot-2/output.min.html
HTML
<!doctype html><template id=template> <slot name=a><p>a</p></slot> <slot name=b><span>test</span> <span>test</span></slot> <slot name=C><div>test</div><div>test</div></slot> </template>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/slot-3/input.html
HTML
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>element-details - web component using &lt;template&gt; and &lt;slot&gt;</title> <style> dl { margin-left: 6px; } dt { font-weight: bold; color: #217ac0; font-size: 110% } dt { font-family: Consolas, "Liberation Mono", Courier } dd { margin-left: 16px } </style> </head> <body> <h1>element-details - web component using <code>&lt;template&gt;</code> and <code>&lt;slot&gt;</code></h1> <template id="element-details-template-1"> VALUE: !<slot>?</slot>! </template> <element-details> <span>test</span> <span>foo</span> </element-details> <script> customElements.define('element-details', class extends HTMLElement { constructor() { super(); const template = document .getElementById('element-details-template-1') .content; const shadowRoot = this.attachShadow({mode: 'open'}) .appendChild(template.cloneNode(true)); } }); </script> </body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/slot-3/output.min.html
HTML
<!doctype html><meta charset=utf-8><title>element-details - web component using &lt;template> and &lt;slot></title><style>dl{margin-left:6px}dt{font-weight:700;color:#217ac0;font-size:110%;font-family:Consolas,"Liberation Mono",Courier}dd{margin-left:16px}</style><h1>element-details - web component using <code>&lt;template></code> and <code>&lt;slot></code></h1><template id=element-details-template-1> VALUE: !<slot>?</slot>! </template> <element-details> <span>test</span> <span>foo</span> </element-details> <script>customElements.define("element-details",class extends HTMLElement{constructor(){super();let e=document.getElementById("element-details-template-1").content;this.attachShadow({mode:"open"}).appendChild(e.cloneNode(!0))}})</script>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/slot/input.html
HTML
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>element-details - web component using &lt;template&gt; and &lt;slot&gt;</title> <style> dl { margin-left: 6px; } dt { font-weight: bold; color: #217ac0; font-size: 110% } dt { font-family: Consolas, "Liberation Mono", Courier } dd { margin-left: 16px } </style> </head> <body> <h1>element-details - web component using <code>&lt;template&gt;</code> and <code>&lt;slot&gt;</code></h1> <template id="element-details-template-1"> VALUE: <slot name="q">?</slot> </template> <template id="element-details-template-2"> VALUE:<slot name="q">?</slot> </template> <template id="element-details-template-3"> <div>VALUE:</div> <slot name="q">?</slot> </template> <element-details> <span slot="q">1</span> </element-details> <element-details> <span slot="q">2</span> </element-details> <element-details-more> <span slot="q">3</span> </element-details-more> <element-details-more> <span slot="q">4</span> </element-details-more> <script> customElements.define('element-details', class extends HTMLElement { constructor() { super(); const template = document .getElementById('element-details-template-1') .content; const shadowRoot = this.attachShadow({mode: 'open'}) .appendChild(template.cloneNode(true)); } }); customElements.define('element-details-more', class extends HTMLElement { constructor() { super(); const template = document .getElementById('element-details-template-2') .content; const shadowRoot = this.attachShadow({mode: 'open'}) .appendChild(template.cloneNode(true)); } }); </script> </body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/slot/output.min.html
HTML
<!doctype html><meta charset=utf-8><title>element-details - web component using &lt;template> and &lt;slot></title><style>dl{margin-left:6px}dt{font-weight:700;color:#217ac0;font-size:110%;font-family:Consolas,"Liberation Mono",Courier}dd{margin-left:16px}</style><h1>element-details - web component using <code>&lt;template></code> and <code>&lt;slot></code></h1><template id=element-details-template-1> VALUE: <slot name=q>?</slot> </template><template id=element-details-template-2> VALUE:<slot name=q>?</slot> </template><template id=element-details-template-3><div>VALUE:</div><slot name=q>?</slot> </template> <element-details> <span slot=q>1</span> </element-details> <element-details> <span slot=q>2</span> </element-details> <element-details-more> <span slot=q>3</span> </element-details-more> <element-details-more> <span slot=q>4</span> </element-details-more> <script>customElements.define("element-details",class extends HTMLElement{constructor(){super();let e=document.getElementById("element-details-template-1").content;this.attachShadow({mode:"open"}).appendChild(e.cloneNode(!0))}}),customElements.define("element-details-more",class extends HTMLElement{constructor(){super();let e=document.getElementById("element-details-template-2").content;this.attachShadow({mode:"open"}).appendChild(e.cloneNode(!0))}})</script>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/spaces-in-body-1/input.html
HTML
<!doctype html> <html lang="en"> <head> <title>Document</title> </head> <body> <div><div><div><div> test</div></div></div></div> <div><div><div><div>test </div></div></div></div> </body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/spaces-in-body-1/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title><div><div><div><div> test</div></div></div></div> <div><div><div><div>test </div></div></div></div>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/spaces-in-body-2/input.html
HTML
<!doctype html> <html lang="en"> <head> <title>Document</title> </head> <body> a <div><div><div><div> test</div></div></div></div> <div><div><div><div>test </div></div></div></div> a </body></html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/spaces-in-body-2/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title>a <div><div><div><div> test</div></div></div></div> <div><div><div><div>test </div></div></div></div> a
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/spaces-in-body-3/input.html
HTML
<!doctype html> <html lang="en"> <head> <title>Document</title> </head> <body> text </body></html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/spaces-in-body-3/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title>text
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/spaces-in-body-4/input.html
HTML
<!doctype html> <html lang="en"> <head> <title>Document</title> </head> <body><pre> a </pre></body></html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/spaces-in-body-4/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title><pre> a </pre>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/spaces-in-body-5/input.html
HTML
<!doctype html> <html lang="en"> <head> <title>Document</title> </head> <body><pre><code> Text </code></pre></body></html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/spaces-in-body-5/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title><pre><code> Text </code></pre>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/spaces-in-body-6/input.html
HTML
<!doctype html> <html lang="en"> <head> <title>Document</title> </head> <body> <div> <div> test </div> </div> <div> <div> test </div> </div> </body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/spaces-in-body-6/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title><div> <div> test </div> </div> <div> <div> test </div> </div>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/spaces-in-body-7/input.html
HTML
<!doctype html> <html lang="en"> <head> <title>Document</title> </head> <body> <div> <div> test </div> </div> <div> <div> test </div> </div> </body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/spaces-in-body-7/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title><div><div>test</div></div><div><div>test</div></div>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/spaces-in-body-8/input.html
HTML
<!doctype html> <html lang="en"> <head> <title>Document</title> </head> <body> <div> a <span> test </span> b </div> <div> a <span> test </span> b </div> </body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/spaces-in-body-8/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title><div>a <span>test </span>b</div><div>a <span>test </span>b</div>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/spaces-in-body/input.html
HTML
<!doctype html> <html lang="en"> <head> <title>Document</title> </head> <body><div><div><div><div> test</div></div></div></div> <div><div><div><div>test </div></div></div></div></body></html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/spaces-in-body/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title><div><div><div><div>test</div></div></div></div> <div><div><div><div>test</div></div></div></div>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/svg-1/input.html
HTML
<!doctype html> <span>test</span> <svg><text x="0" y="150" class="small">Мой</text> </svg> <span>a</span>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/svg-1/output.min.html
HTML
<!doctype html><span>test</span> <svg><text y=150 class=small>Мой</text></svg><span>a</span>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/svg-2/input.html
HTML
<!doctype html> <span>test</span><svg> a <text x="0" y="150" class="small">Мой</text></svg><span>a</span>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/svg-2/output.min.html
HTML
<!doctype html><span>test</span><svg> a<text y=150 class=small>Мой</text></svg><span>a</span>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/svg-3/input.html
HTML
<!doctype html> <svg width="350" height="60" xmlns="http://www.w3.org/2000/svg"> <text> This is <tspan font-weight="bold" fill="red">bold and red</tspan> <tspan font-weight="bold" fill="red">bold and red</tspan> </text> <style><![CDATA[ text{ dominant-baseline: hanging; font: 28px Verdana, Helvetica, Arial, sans-serif; } ]]></style> </svg>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/svg-3/output.min.html
HTML
<!doctype html><svg width=350 height=60><text>This is <tspan font-weight=bold fill=red>bold and red</tspan> <tspan font-weight=bold fill=red>bold and red</tspan></text><style>text{dominant-baseline:hanging;font:28px Verdana,Helvetica,Arial,sans-serif}</style></svg>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/svg-4/input.html
HTML
<!doctype html> <svg> <a href=""> </a> <altGlyph> </altGlyph> <altGlyphDef> </altGlyphDef> <altGlyphItem> </altGlyphItem> <animate> </animate> <animateColor> </animateColor> <animateMotion> </animateMotion> <animateTransform> </animateTransform> <animation> </animation> <audio src=""></audio> <canvas> </canvas> <circle> </circle> <clipPath> </clipPath> <color-profile> </color-profile> <cursor> </cursor> <defs> </defs> <desc> </desc> <discard> </discard> <ellipse> </ellipse> <feBlend> </feBlend> <feColorMatrix> </feColorMatrix> <feComponentTransfer> </feComponentTransfer> <feComposite> </feComposite> <feConvolveMatrix> </feConvolveMatrix> <feDiffuseLighting> </feDiffuseLighting> <feDisplacementMap> </feDisplacementMap> <feDistantLight> </feDistantLight> <feDropShadow> </feDropShadow> <feFlood> </feFlood> <feFuncA> </feFuncA> <feFuncB> </feFuncB> <feFuncG> </feFuncG> <feFuncR> </feFuncR> <feGaussianBlur> </feGaussianBlur> <feImage> </feImage> <feMerge> </feMerge> <feMergeNode> </feMergeNode> <feMorphology> </feMorphology> <feOffset> </feOffset> <fePointLight> </fePointLight> <feSpecularLighting> </feSpecularLighting> <feSpotLight> </feSpotLight> <feTile> </feTile> <feTurbulence> </feTurbulence> <filter> </filter> <font> </font> <font-face> </font-face> <font-face-format> </font-face-format> <font-face-name> </font-face-name> <font-face-src> </font-face-src> <font-face-uri> </font-face-uri> <foreignObject> </foreignObject> <g> </g> <glyph> </glyph> <glyphRef> </glyphRef> <handler> </handler> <hkern> </hkern> <iframe src="" frameborder="0"></iframe> <image> </image> <line> </line> <linearGradient> </linearGradient> <listener> </listener> <marker> </marker> <mask> </mask> <metadata> </metadata> <missing-glyph> </missing-glyph> <mpath> </mpath> <path> </path> <pattern> </pattern> <polygon> </polygon> <polyline> </polyline> <prefetch> </prefetch> <radialGradient> </radialGradient> <rect> </rect> <script> </script> <set> </set> <solidColor> </solidColor> <stop> </stop> <style> </style> <svg> </svg> <switch> </switch> <symbol> </symbol> <tbreak> </tbreak> <text> </text> <textArea> </textArea> <textPath> </textPath> <title> </title> <tref> </tref> <tspan> </tspan> <unknown> </unknown> <use> </use> <video src=""></video> <view> </view> </svg>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/svg-4/output.min.html
HTML
<!doctype html><svg><a href="" /><altGlyph/><altGlyphDef/><altGlyphItem/><animate/><animateColor/><animateMotion/><animateTransform/><animation/><audio src="" /> <canvas/><circle> </circle><clipPath/><color-profile/><cursor/><defs/><desc/><discard/><ellipse> </ellipse><feBlend/><feColorMatrix/><feComponentTransfer/><feComposite/><feConvolveMatrix/><feDiffuseLighting/><feDisplacementMap/><feDistantLight/><feDropShadow/><feFlood/><feFuncA/><feFuncB/><feFuncG/><feFuncR/><feGaussianBlur/><feImage/><feMerge/><feMergeNode/><feMorphology/><feOffset/><fePointLight/><feSpecularLighting/><feSpotLight/><feTile/><feTurbulence/><filter/><font/><font-face/><font-face-format/><font-face-name/><font-face-src/><font-face-uri/><foreignObject/><g> </g><glyph/><glyphRef/><handler/><hkern/><iframe src="" frameborder=0 /> <image/><line> </line><linearGradient/><listener/><marker/><mask/><metadata/><missing-glyph/><mpath/><path> </path><pattern/><polygon> </polygon><polyline> </polyline><prefetch/><radialGradient/><rect> </rect><set/><solidcolor/><stop/><svg> </svg><switch> </switch><symbol> </symbol><tbreak/><text/><textarea/><textPath> </textPath><title/><tref/><tspan> </tspan><unknown/><use> </use><video src="" /> <view/></svg>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/svg/input.html
HTML
<!doctype html> <span>test</span> <svg> <text x="0" y="150" class="small">Мой</text> </svg> <span>a</span>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/svg/output.min.html
HTML
<!doctype html><span>test</span> <svg><text y=150 class=small>Мой</text></svg><span>a</span>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/table-1/input.html
HTML
<!doctype html> <html lang="en"> <head> <title>Document</title> </head> <body> <table><tr><td>test</td></tr></table> <span>test</span> </body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/table-1/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title><table><tr><td>test</table><span>test</span>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/table-2/input.html
HTML
<!doctype html> <html lang="en"> <head> <title>Document</title> </head> <body> <div> <table><tr><td>test</td></tr></table> </div> </body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/table-2/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title><div><table><tr><td>test</table></div>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/table-3/input.html
HTML
<!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title>Table</title> </head> <body> <table border="1"> <caption>Table</caption> <tr> <th>One</th> <th>Two</th> <th>Three</th> <th>Four</th> </tr> <tr><td>34,5</td><td>3,5</td><td>36</td><td>23</td></tr> <tr><td>35,5</td><td>4</td><td>36⅔</td><td>23–23,5</td></tr> <tr><td>36</td><td>4,5</td><td>37⅓</td><td>23,5</td></tr> <tr><td>36,5</td><td>5</td><td>38</td><td>24</td></tr> <tr><td>37</td><td>5,5</td><td>38⅔</td><td>24,5</td></tr> <tr><td>38</td><td>6</td><td>39⅓</td><td>25</td></tr> <tr><td>38,5</td><td>6,5</td><td>40</td><td>25,5</td></tr> <tr><td>39</td><td>7</td><td>40⅔</td><td>25,5–26</td></tr> <tr><td>40</td><td>7,5</td><td>41⅓</td><td>26</td></tr> <tr><td>40,5</td><td>8</td><td>42</td><td>26,5</td></tr> <tr><td>41</td><td>8,5</td><td>42⅔</td><td>27</td></tr> <tr><td>42</td><td>9</td><td>43⅓</td><td>27,5</td></tr> <tr><td>43</td><td>9,5</td><td>44</td><td>28</td></tr> <tr><td>43,5</td><td>10</td><td>44⅔</td><td>28–28,5</td></tr> <tr><td>44</td><td>10,5</td><td>45⅓</td><td>28,5–29</td></tr> <tr><td>44,5</td><td>11</td><td>46</td><td>29</td></tr> <tr><td>45</td><td>11,5</td><td>46⅔</td><td>29,5</td></tr> <tr><td>46</td><td>12</td><td>47⅓</td><td>30</td></tr> <tr><td>46,5</td><td>12,5</td><td>48</td><td>30,5</td></tr> <tr><td>47</td><td>13</td><td>48⅔</td><td>31</td></tr> <tr><td>48</td><td>13,5</td><td>49⅓</td><td>31,5</td></tr> <tr><td><span>test</span> <span>test</span></td><td><div>test</div> <span>test</span></td><td><span>test</span> <div>test</div></td><td> a <span>test</span> b <span>test</span> c </td></tr> </table> </body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/table-3/output.min.html
HTML
<!doctype html><meta charset=utf-8><title>Table</title><table border=1><caption>Table<tr><th>One<th>Two<th>Three<th>Four<tr><td>34,5<td>3,5<td>36<td>23<tr><td>35,5<td>4<td>36⅔<td>23–23,5<tr><td>36<td>4,5<td>37⅓<td>23,5<tr><td>36,5<td>5<td>38<td>24<tr><td>37<td>5,5<td>38⅔<td>24,5<tr><td>38<td>6<td>39⅓<td>25<tr><td>38,5<td>6,5<td>40<td>25,5<tr><td>39<td>7<td>40⅔<td>25,5–26<tr><td>40<td>7,5<td>41⅓<td>26<tr><td>40,5<td>8<td>42<td>26,5<tr><td>41<td>8,5<td>42⅔<td>27<tr><td>42<td>9<td>43⅓<td>27,5<tr><td>43<td>9,5<td>44<td>28<tr><td>43,5<td>10<td>44⅔<td>28–28,5<tr><td>44<td>10,5<td>45⅓<td>28,5–29<tr><td>44,5<td>11<td>46<td>29<tr><td>45<td>11,5<td>46⅔<td>29,5<tr><td>46<td>12<td>47⅓<td>30<tr><td>46,5<td>12,5<td>48<td>30,5<tr><td>47<td>13<td>48⅔<td>31<tr><td>48<td>13,5<td>49⅓<td>31,5<tr><td><span>test</span> <span>test</span><td><div>test</div><span>test</span><td><span>test</span><div>test</div><td>a <span>test</span> b <span>test</span> c</table>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/table-4/input.html
HTML
<!doctype html> <html lang="en"> <head> <title>Document</title> </head> <body> <table> <caption>Superheros and sidekicks</caption> <colgroup> <col> <col span="2" class="batman"> <col span="2" class="flash"> </colgroup> <tr> <td> </td> <th scope="col">Batman</th> <th scope="col">Robin</th> <th scope="col">The Flash</th> <th scope="col">Kid Flash</th> </tr> <tr> <th scope="row">Skill</th> <td>Smarts</td> <td>Dex, acrobat</td> <td>Super speed</td> <td>Super speed</td> </tr> </table> </body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/table-4/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title><table><caption>Superheros and sidekicks<col><col span=2 class=batman><col span=2 class=flash><tr><td><th scope=col>Batman<th scope=col>Robin<th scope=col>The Flash<th scope=col>Kid Flash<tr><th scope=row>Skill<td>Smarts<td>Dex, acrobat<td>Super speed<td>Super speed</table>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/table/input.html
HTML
<!doctype html> <html lang="en"> <head> <title>Document</title> </head> <body> <span>test</span> <table><tr><td>test</td></tr></table> </body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/table/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title><span>test</span><table><tr><td>test</table>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/template-multiple/input.html
HTML
<!doctype html> <html lang="en"> <head> <title>Document</title> </head> <body> <div><span>test</span> <template><div>test</div></template> <template><div>test</div></template> <span>test</span></div> <div><span>test</span><template><div>test</div></template> <template><div>test</div></template><span>test</span></div> <div><span>test</span> <template><div>test</div></template><template><div>test</div></template><span>test</span></div> <div><span>test</span><template><div>test</div></template><template><div>test</div></template> <span>test</span></div> </body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/template-multiple/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title><div><span>test</span><template><div>test</div></template><template><div>test</div></template> <span>test</span></div><div><span>test</span><template><div>test</div></template><template><div>test</div></template><span>test</span></div><div><span>test</span><template><div>test</div></template><template><div>test</div></template><span>test</span></div><div><span>test</span><template><div>test</div></template><template><div>test</div></template> <span>test</span></div>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/template/input.html
HTML
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>Document</title> <template> <div> test </div> <ul> <li>test</li> <li>test</li> </ul> </template> </head> <body> </body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/template/output.min.html
HTML
<!doctype html><html lang=en><meta charset=UTF-8><meta name=viewport content="width=device-width,user-scalable=no,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0"><meta http-equiv=X-UA-Compatible content="ie=edge"><title>Document</title><template> <div> test </div> <ul> <li>test</li> <li>test</li> </ul> </template>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/title/input.html
HTML
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title> Document </title> </head> <body> <p> test </p> <ul> <li>test1</li> <li>test2</li> <li>test3</li> </ul> </body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/title/output.min.html
HTML
<!doctype html><html lang=en><meta charset=UTF-8><meta name=viewport content="width=device-width,user-scalable=no,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0"><meta http-equiv=X-UA-Compatible content="ie=edge"><title>Document</title><p> test </p> <ul> <li>test1</li> <li>test2</li> <li>test3</li> </ul>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/ul-1/input.html
HTML
<!doctype html> <html lang="en"> <head> <title>Document</title> </head> <body> <ul> <li><span>test</span> foo</li> <li><div>test</div> foo </li> <li> <span>test</span> <span>test</span></li> <li>foo <span>test</span></li> </ul> <ul> <li> <span>test</span> </li> <li> <span>test</span><span>test</span> </li> </ul> </body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/ul-1/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title><ul><li><span>test</span> foo<li><div>test</div>foo<li><span>test</span> <span>test</span><li>foo <span>test</span></ul><ul><li><span>test</span><li><span>test</span><span>test</span></ul>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/ul/input.html
HTML
<!doctype html> <html lang="en"> <head> <title>Document</title> </head> <body> <ul> <li> test </li> <li>test </li> <li> test</li> <li>test</li> </ul> </body> </html>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/fixture/text/ul/output.min.html
HTML
<!doctype html><html lang=en><title>Document</title><ul><li>test<li>test<li>test<li>test</ul>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University
crates/swc_html_minifier/tests/recovery/attribute/broken/input.html
HTML
<a b==></a>
willcrichton/ilc-swc
1
Rust
willcrichton
Will Crichton
Brown University