aboutsummaryrefslogtreecommitdiff
path: root/tests/misc/markup-inside-p.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/markup-inside-p.html')
-rw-r--r--tests/misc/markup-inside-p.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/misc/markup-inside-p.html b/tests/misc/markup-inside-p.html
new file mode 100644
index 0000000..1b6b420
--- /dev/null
+++ b/tests/misc/markup-inside-p.html
@@ -0,0 +1,21 @@
+<p>
+
+_foo_
+
+</p>
+
+<p>
+_foo_
+</p>
+
+<p>_foo_</p>
+
+<p>
+
+_foo_
+</p>
+
+<p>
+_foo_
+
+</p> \ No newline at end of file