mirror of
https://github.com/erusev/parsedown.git
synced 2023-08-10 21:13:06 +03:00
improve test suite
This commit is contained in:
parent
1ae100beab
commit
d24439ada0
@ -1,28 +0,0 @@
|
|||||||
<p>Headings:</p>
|
|
||||||
<h2 id="overview">Overview</h2>
|
|
||||||
<p>blah</p>
|
|
||||||
<H2 id="block">Block Elements</H2>
|
|
||||||
<p>blah</p>
|
|
||||||
<h3 id="span">
|
|
||||||
Span Elements
|
|
||||||
</h3>
|
|
||||||
<p>blah</p>
|
|
||||||
<p>Hr's:</p>
|
|
||||||
<hr>
|
|
||||||
<p>blah</p>
|
|
||||||
<hr/>
|
|
||||||
<p>blah</p>
|
|
||||||
<hr />
|
|
||||||
<p>blah</p>
|
|
||||||
<hr>
|
|
||||||
<p>blah</p>
|
|
||||||
<hr/>
|
|
||||||
<p>blah</p>
|
|
||||||
<hr />
|
|
||||||
<p>blah</p>
|
|
||||||
<hr class="foo" id="bar" />
|
|
||||||
<p>blah</p>
|
|
||||||
<hr class="foo" id="bar"/>
|
|
||||||
<p>blah</p>
|
|
||||||
<hr class="foo" id="bar" >
|
|
||||||
<p>blah</p>
|
|
@ -1,39 +0,0 @@
|
|||||||
Headings:
|
|
||||||
|
|
||||||
<h2 id="overview">Overview</h2>
|
|
||||||
blah
|
|
||||||
<H2 id="block">Block Elements</H2>
|
|
||||||
blah
|
|
||||||
<h3 id="span">
|
|
||||||
Span Elements
|
|
||||||
</h3>
|
|
||||||
blah
|
|
||||||
|
|
||||||
Hr's:
|
|
||||||
|
|
||||||
<hr>
|
|
||||||
blah
|
|
||||||
|
|
||||||
<hr/>
|
|
||||||
blah
|
|
||||||
|
|
||||||
<hr />
|
|
||||||
blah
|
|
||||||
|
|
||||||
<hr>
|
|
||||||
blah
|
|
||||||
|
|
||||||
<hr/>
|
|
||||||
blah
|
|
||||||
|
|
||||||
<hr />
|
|
||||||
blah
|
|
||||||
|
|
||||||
<hr class="foo" id="bar" />
|
|
||||||
blah
|
|
||||||
|
|
||||||
<hr class="foo" id="bar"/>
|
|
||||||
blah
|
|
||||||
|
|
||||||
<hr class="foo" id="bar" >
|
|
||||||
blah
|
|
@ -1,4 +0,0 @@
|
|||||||
<hr />
|
|
||||||
<p>attributes:</p>
|
|
||||||
<hr style="background: #9bd;" />
|
|
||||||
<p>...</p>
|
|
@ -1,7 +0,0 @@
|
|||||||
<hr />
|
|
||||||
|
|
||||||
attributes:
|
|
||||||
|
|
||||||
<hr style="background: #9bd;" />
|
|
||||||
|
|
||||||
...
|
|
12
test/data/self-closing_html.html
Normal file
12
test/data/self-closing_html.html
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<hr>
|
||||||
|
<p>paragraph</p>
|
||||||
|
<hr/>
|
||||||
|
<p>paragraph</p>
|
||||||
|
<hr />
|
||||||
|
<p>paragraph</p>
|
||||||
|
<hr class="foo" id="bar" />
|
||||||
|
<p>paragraph</p>
|
||||||
|
<hr class="foo" id="bar"/>
|
||||||
|
<p>paragraph</p>
|
||||||
|
<hr class="foo" id="bar" >
|
||||||
|
<p>paragraph</p>
|
12
test/data/self-closing_html.md
Normal file
12
test/data/self-closing_html.md
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
<hr>
|
||||||
|
paragraph
|
||||||
|
<hr/>
|
||||||
|
paragraph
|
||||||
|
<hr />
|
||||||
|
paragraph
|
||||||
|
<hr class="foo" id="bar" />
|
||||||
|
paragraph
|
||||||
|
<hr class="foo" id="bar"/>
|
||||||
|
paragraph
|
||||||
|
<hr class="foo" id="bar" >
|
||||||
|
paragraph
|
Loading…
Reference in New Issue
Block a user