diff options
Diffstat (limited to 'tests/pl/Tests_2007/Nested blockquotes.html')
-rw-r--r-- | tests/pl/Tests_2007/Nested blockquotes.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/pl/Tests_2007/Nested blockquotes.html b/tests/pl/Tests_2007/Nested blockquotes.html new file mode 100644 index 0000000..d8ec7f8 --- /dev/null +++ b/tests/pl/Tests_2007/Nested blockquotes.html @@ -0,0 +1,9 @@ +<blockquote> + <p>foo</p> + + <blockquote> + <p>bar</p> + </blockquote> + + <p>foo</p> +</blockquote> |