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_parser/tests/fixture/text/cdata-svg/input.html | HTML | <!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8" />
<title>SVG Demo</title>
<meta name="viewport" content="width=device-width" />
</head>
<body>
<svg viewBox="0 0 100 100">
<title>A gradient</title>
<linearGradient id="gradient">
<stop class="begin" offset="0%" />
<stop class="end" offset="100%" />
</linearGradient>
<rect x="0" y="0" width="100" height="100" style="fill:url(#gradient)" />
<circle cx="50" cy="50" r="30" style="fill:url(#gradient)" />
<text class="empty"><![CDATA[]]></text>
<text><![CDATA[content]]></text>
<text><![CDATA[&ing]]></text>
<text><![CDATA[&ing ]]]></text>
<text><![CDATA[&ing]] ]]></text>
<text><![CDATA[<message>text</message>]]></text>
<text><![CDATA[</this is malformed!</malformed</malformed & worse>]]></text>
<text><![CDATA[1]]><![CDATA[2]]></text>
<text>
<![CDATA[data]]>
</text>
<text><![CDATA[bracket ]after]]></text>
<text>a<![CDATA[bracket ]after]]>b</text>
</svg>
</body>
</html> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/fixture/text/cr/input.html | HTML | <!doctype
html>
Text
<div>Text</div>
<div>
Text
</div>
<div>
Text
Text
</div>
<div>Text
Text</div>
<div
test="test"
>
</div
>
<div
data-q
=
"test"
>
</div
>
<div
data-q
=
'test'
>
</div
>
<div
data-q
=
test
>
</div
>
<style>
.color {
color: red;
<!-- Test -->
}
</style>
<div test="test
test
test"></div>
<div test="
test
test
test
"></div>
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/fixture/text/entity/input.html | HTML | <!DOCTYPE html>
<html>
<body>
<h1>HTML Entity Example</h1>
<div>A space character: &</div>
<div>A space character: &</div>
<div>A space character: &;</div>
<div>A space character: </div>
<div>The less-than sign: <</div>
<div>The greater-than sign: ></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>®</div>
<div>®</div>
<div>®;</div>
<div>reg</div>
<div>∳</div>
<div>&®</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: &&</div>
<div>I'm ∉ I tell you</div>
<div>I'm ¬ I tell you</div>
<a href="http://lmgtfy.com/?l=1&q=rick+roll">tired meme</a>
<a href="#" onclick="window.location='?l=1&q=rick+roll';return false">
kablammo!
</a>
<div>✕</div>
<div>✕</div>
<div>✕</div>
<div>$</div>
<div>$</div>
<div>$</div>
<div>$</div>
<div>$</div>
<div>I'm ∉ I tell you</div>
<div>⋹̸</div>
<a href="test⋹̸test">test</a>
<a href="test¬inEtest">test</a>
<a href="test¬inEtest">test</a>
<a href="test&">test</a>
</body>
</html>
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/fixture/text/lf/input.html | HTML | <!doctype
html>
Text
<div>Text</div>
<div>
Text
</div>
<div>
Text
Text
</div>
<div>Text
Text</div>
<div
test="test"
>
</div
>
<div
data-q
=
"test"
>
</div
>
<div
data-q
=
'test'
>
</div
>
<div
data-q
=
test
>
</div
>
<style>
.color {
color: red;
<!-- Test -->
}
</style>
<div test="test
test
test"></div>
<div test="
test
test
test
"></div>
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/fixture/text/no-spaces/input.html | HTML | <!doctype html><html lang="en"><head><title>Document</title></head><body><div>Text</div></body></html> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/fixture/text/title-cr/input.html | HTML | <!DOCTYPE html>
<html>
<head>
<title>
Test
</title>
</head>
<body>
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
</body>
</html>
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/fixture/text/title-lf/input.html | HTML | <!DOCTYPE html>
<html>
<head>
<title>
Test
</title>
</head>
<body>
<p>This is a paragraph.</p>
<p>This is another paragraph.</p>
</body>
</html>
| willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/adoption01_dat.0.html | HTML | <a><p></a></p> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/adoption01_dat.1.html | HTML | <a>1<p>2</a>3</p> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/adoption01_dat.10.html | HTML | <table><a>1<td>2</td>3</table> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/adoption01_dat.11.html | HTML | <table>A<td>B</td>C</table> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/adoption01_dat.12.html | HTML | <a><svg><tr><input></a> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/adoption01_dat.13.html | HTML | <div><a><b><div><div><div><div><div><div><div><div><div><div></a> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/adoption01_dat.14.html | HTML | <div><a><b><u><i><code><div></a> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/adoption01_dat.15.html | HTML | <b><b><b><b>x</b></b></b></b>y | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/adoption01_dat.16.html | HTML | <p><b><b><b><b><p>x | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/adoption01_dat.17.fragment_div.html | HTML | <b><em><foo><foob><fooc><aside></b></em> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/adoption01_dat.2.html | HTML | <a>1<button>2</a>3</button> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/adoption01_dat.3.html | HTML | <a>1<b>2</a>3</b> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/adoption01_dat.4.html | HTML | <a>1<div>2<div>3</a>4</div>5</div> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/adoption01_dat.5.html | HTML | <table><a>1<p>2</a>3</p> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/adoption01_dat.6.html | HTML | <b><b><a><p></a> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/adoption01_dat.7.html | HTML | <b><a><b><p></a> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/adoption01_dat.8.html | HTML | <a><b><b><p></a> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/adoption01_dat.9.html | HTML | <p>1<s id="A">2<b id="B">3</p>4</s>5</b> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/adoption02_dat.0.html | HTML | <b>1<i>2<p>3</b>4 | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/adoption02_dat.1.html | HTML | <a><div><style></style><address><a> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.0.html | HTML | <!doctype html><p>foo<address>bar<p>baz | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.1.html | HTML | <!doctype html><address><p>foo</address>bar | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.10.html | HTML | <!doctype html><p>foo<details>bar<p>baz | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.11.html | HTML | <!doctype html><details><p>foo</details>bar | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.12.html | HTML | <!doctype html><p>foo<dialog>bar<p>baz | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.13.html | HTML | <!doctype html><dialog><p>foo</dialog>bar | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.14.html | HTML | <!doctype html><p>foo<dir>bar<p>baz | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.15.html | HTML | <!doctype html><dir><p>foo</dir>bar | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.16.html | HTML | <!doctype html><p>foo<div>bar<p>baz | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.17.html | HTML | <!doctype html><div><p>foo</div>bar | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.18.html | HTML | <!doctype html><p>foo<dl>bar<p>baz | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.19.html | HTML | <!doctype html><dl><p>foo</dl>bar | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.2.html | HTML | <!doctype html><p>foo<article>bar<p>baz | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.20.html | HTML | <!doctype html><p>foo<fieldset>bar<p>baz | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.21.html | HTML | <!doctype html><fieldset><p>foo</fieldset>bar | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.22.html | HTML | <!doctype html><p>foo<figcaption>bar<p>baz | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.23.html | HTML | <!doctype html><figcaption><p>foo</figcaption>bar | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.24.html | HTML | <!doctype html><p>foo<figure>bar<p>baz | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.25.html | HTML | <!doctype html><figure><p>foo</figure>bar | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.26.html | HTML | <!doctype html><p>foo<footer>bar<p>baz | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.27.html | HTML | <!doctype html><footer><p>foo</footer>bar | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.28.html | HTML | <!doctype html><p>foo<header>bar<p>baz | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.29.html | HTML | <!doctype html><header><p>foo</header>bar | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.3.html | HTML | <!doctype html><article><p>foo</article>bar | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.30.html | HTML | <!doctype html><p>foo<hgroup>bar<p>baz | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.31.html | HTML | <!doctype html><hgroup><p>foo</hgroup>bar | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.32.html | HTML | <!doctype html><p>foo<listing>bar<p>baz | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.33.html | HTML | <!doctype html><listing><p>foo</listing>bar | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.34.html | HTML | <!doctype html><p>foo<menu>bar<p>baz | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.35.html | HTML | <!doctype html><menu><p>foo</menu>bar | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.36.html | HTML | <!doctype html><p>foo<nav>bar<p>baz | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.37.html | HTML | <!doctype html><nav><p>foo</nav>bar | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.38.html | HTML | <!doctype html><p>foo<ol>bar<p>baz | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.39.html | HTML | <!doctype html><ol><p>foo</ol>bar | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.4.html | HTML | <!doctype html><p>foo<aside>bar<p>baz | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.40.html | HTML | <!doctype html><p>foo<pre>bar<p>baz | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.41.html | HTML | <!doctype html><pre><p>foo</pre>bar | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.42.html | HTML | <!doctype html><p>foo<section>bar<p>baz | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.43.html | HTML | <!doctype html><section><p>foo</section>bar | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.44.html | HTML | <!doctype html><p>foo<summary>bar<p>baz | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.45.html | HTML | <!doctype html><summary><p>foo</summary>bar | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.46.html | HTML | <!doctype html><p>foo<ul>bar<p>baz | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.47.html | HTML | <!doctype html><ul><p>foo</ul>bar | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.5.html | HTML | <!doctype html><aside><p>foo</aside>bar | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.6.html | HTML | <!doctype html><p>foo<blockquote>bar<p>baz | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.7.html | HTML | <!doctype html><blockquote><p>foo</blockquote>bar | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.8.html | HTML | <!doctype html><p>foo<center>bar<p>baz | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/blocks_dat.9.html | HTML | <!doctype html><center><p>foo</center>bar | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/comments01_dat.0.html | HTML | FOO<!-- BAR -->BAZ | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/comments01_dat.1.html | HTML | FOO<!-- BAR --!>BAZ | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/comments01_dat.10.html | HTML | FOO<!-->BAZ | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/comments01_dat.11.html | HTML | <?xml version="1.0">Hi | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/comments01_dat.12.html | HTML | <?xml version="1.0"> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/comments01_dat.13.html | HTML | <?xml version | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/comments01_dat.14.html | HTML | FOO<!----->BAZ | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/comments01_dat.15.html | HTML | <html><!-- comment --><title>Comment before head</title> | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/comments01_dat.2.html | HTML | FOO<!-- BAR --! >BAZ | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/comments01_dat.3.html | HTML | FOO<!-- BAR --!
>BAZ | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/comments01_dat.4.html | HTML | FOO<!-- BAR -- >BAZ | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/comments01_dat.5.html | HTML | FOO<!-- BAR -- <QUX> -- MUX -->BAZ | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/comments01_dat.6.html | HTML | FOO<!-- BAR -- <QUX> -- MUX --!>BAZ | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/comments01_dat.7.html | HTML | FOO<!-- BAR -- <QUX> -- MUX -- >BAZ | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/comments01_dat.8.html | HTML | FOO<!---->BAZ | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/comments01_dat.9.html | HTML | FOO<!--->BAZ | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/doctype01_dat.0.html | HTML | <!DOCTYPE html>Hello | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/doctype01_dat.1.html | HTML | <!dOctYpE HtMl>Hello | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/doctype01_dat.10.html | HTML | <!DOCTYPE potato sYstEM >Hello | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/doctype01_dat.11.html | HTML | <!DOCTYPE potato sYstEM ggg>Hello | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/doctype01_dat.12.html | HTML | <!DOCTYPE potato SYSTEM taco >Hello | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/doctype01_dat.13.html | HTML | <!DOCTYPE potato SYSTEM 'taco"'>Hello | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/doctype01_dat.14.html | HTML | <!DOCTYPE potato SYSTEM "taco">Hello | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/doctype01_dat.15.html | HTML | <!DOCTYPE potato SYSTEM "tai'co">Hello | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University | |
crates/swc_html_parser/tests/html5lib-tests-fixture/doctype01_dat.16.html | HTML | <!DOCTYPE potato SYSTEMtaco "ddd">Hello | willcrichton/ilc-swc | 1 | Rust | willcrichton | Will Crichton | Brown University |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.