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