aboutsummaryrefslogtreecommitdiffstats
path: root/tests/safe_mode/inline-html-simple.html
diff options
context:
space:
mode:
Diffstat (limited to 'tests/safe_mode/inline-html-simple.html')
-rw-r--r--tests/safe_mode/inline-html-simple.html24
1 files changed, 8 insertions, 16 deletions
diff --git a/tests/safe_mode/inline-html-simple.html b/tests/safe_mode/inline-html-simple.html
index ceaaa90..ad19a77 100644
--- a/tests/safe_mode/inline-html-simple.html
+++ b/tests/safe_mode/inline-html-simple.html
@@ -3,17 +3,13 @@
foo
&lt;/div&gt;</p>
<p>This should be a code block, though:</p>
-<pre>
-<code>&lt;div&gt;
+<pre><code>&lt;div&gt;
foo
&lt;/div&gt;
-</code>
-</pre>
+</code></pre>
<p>As should this:</p>
-<pre>
-<code>&lt;div&gt;foo&lt;/div&gt;
-</code>
-</pre>
+<pre><code>&lt;div&gt;foo&lt;/div&gt;
+</code></pre>
<p>Now, nested:</p>
<p>&lt;div&gt;
&lt;div&gt;
@@ -30,17 +26,13 @@ Blah
Blah
--&gt;</p>
<p>Code block:</p>
-<pre>
-<code>&lt;!-- Comment --&gt;
-</code>
-</pre>
+<pre><code>&lt;!-- Comment --&gt;
+</code></pre>
<p>Just plain comment, with trailing spaces on the line:</p>
<p>&lt;!-- foo --&gt;</p>
<p>Code:</p>
-<pre>
-<code>&lt;hr /&gt;
-</code>
-</pre>
+<pre><code>&lt;hr /&gt;
+</code></pre>
<p>Hr's:</p>
<p>&lt;hr&gt;</p>
<p>&lt;hr/&gt;</p>