aboutsummaryrefslogtreecommitdiff
path: root/tests/pl/Tests_2007/Code Blocks.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pl/Tests_2007/Code Blocks.html')
-rw-r--r--tests/pl/Tests_2007/Code Blocks.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/pl/Tests_2007/Code Blocks.html b/tests/pl/Tests_2007/Code Blocks.html
new file mode 100644
index 0000000..32703f5
--- /dev/null
+++ b/tests/pl/Tests_2007/Code Blocks.html
@@ -0,0 +1,18 @@
+<pre><code>code block on the first line
+</code></pre>
+
+<p>Regular text.</p>
+
+<pre><code>code block indented by spaces
+</code></pre>
+
+<p>Regular text.</p>
+
+<pre><code>the lines in this block
+all contain trailing spaces
+</code></pre>
+
+<p>Regular Text.</p>
+
+<pre><code>code block on the last line
+</code></pre>