diff options
Diffstat (limited to 'tests/misc/blockquote-below-paragraph.html')
-rw-r--r-- | tests/misc/blockquote-below-paragraph.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/misc/blockquote-below-paragraph.html b/tests/misc/blockquote-below-paragraph.html deleted file mode 100644 index a138933..0000000 --- a/tests/misc/blockquote-below-paragraph.html +++ /dev/null @@ -1,15 +0,0 @@ -<p>Paragraph</p> -<blockquote> -<p>Block quote -Yep</p> -</blockquote> -<p>Paragraph</p> -<blockquote> -<p>no space -Nope</p> -</blockquote> -<p>Paragraph one</p> -<blockquote> -<p>blockquote -More blockquote.</p> -</blockquote>
\ No newline at end of file |