diff options
Diffstat (limited to 'tests/misc/markup-inside-p.html')
-rw-r--r-- | tests/misc/markup-inside-p.html | 26 |
1 files changed, 9 insertions, 17 deletions
diff --git a/tests/misc/markup-inside-p.html b/tests/misc/markup-inside-p.html index 6cd0547..c0478fb 100644 --- a/tests/misc/markup-inside-p.html +++ b/tests/misc/markup-inside-p.html @@ -1,25 +1,17 @@ - -<p> +<p><p> _foo_ -</p> - -<p> +</p></p> +<p><p> _foo_ -</p> - -<p>_foo_</p> - -<p> +</p></p> +<p><p>_foo_</p></p> +<p><p> _foo_ -</p> - -<p> +</p></p> +<p><p> _foo_ -</p> - - - +</p></p>
\ No newline at end of file |