diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/misc/blockquote-below-paragraph.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/misc/blockquote-below-paragraph.html b/tests/misc/blockquote-below-paragraph.html index 20ffb66..a138933 100644 --- a/tests/misc/blockquote-below-paragraph.html +++ b/tests/misc/blockquote-below-paragraph.html @@ -3,9 +3,11 @@ <p>Block quote Yep</p> </blockquote> -<p>Paragraph ->no space ->Nope</p> +<p>Paragraph</p> +<blockquote> +<p>no space +Nope</p> +</blockquote> <p>Paragraph one</p> <blockquote> <p>blockquote |