aboutsummaryrefslogtreecommitdiff
path: root/tests/php/Tight blocks.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/php/Tight blocks.xhtml')
-rw-r--r--tests/php/Tight blocks.xhtml21
1 files changed, 21 insertions, 0 deletions
diff --git a/tests/php/Tight blocks.xhtml b/tests/php/Tight blocks.xhtml
new file mode 100644
index 0000000..8655430
--- /dev/null
+++ b/tests/php/Tight blocks.xhtml
@@ -0,0 +1,21 @@
+<p>Paragraph and no space:
+* ciao</p>
+
+<p>Paragraph and 1 space:
+ * ciao</p>
+
+<p>Paragraph and 3 spaces:
+ * ciao</p>
+
+<p>Paragraph and 4 spaces:
+ * ciao</p>
+
+<p>Paragraph before header:</p>
+
+<h1>Header</h1>
+
+<p>Paragraph before blockquote:</p>
+
+<blockquote>
+ <p>Some quote.</p>
+</blockquote>