aboutsummaryrefslogtreecommitdiff
path: root/tests/misc/blockquote-below-paragraph.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/blockquote-below-paragraph.html')
-rw-r--r--tests/misc/blockquote-below-paragraph.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/misc/blockquote-below-paragraph.html b/tests/misc/blockquote-below-paragraph.html
new file mode 100644
index 0000000..a138933
--- /dev/null
+++ b/tests/misc/blockquote-below-paragraph.html
@@ -0,0 +1,15 @@
+<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