diff options
Diffstat (limited to 'library/parsedown/test/data/self-closing_html.html')
-rw-r--r-- | library/parsedown/test/data/self-closing_html.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/library/parsedown/test/data/self-closing_html.html b/library/parsedown/test/data/self-closing_html.html new file mode 100644 index 000000000..4d072b43f --- /dev/null +++ b/library/parsedown/test/data/self-closing_html.html @@ -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>
\ No newline at end of file |