aboutsummaryrefslogtreecommitdiffstats
path: root/tests/safe_mode
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2012-10-21 16:09:09 -0400
committerWaylan Limberg <waylan@gmail.com>2012-10-21 16:09:09 -0400
commit5aad55f920ded6a30a61a8a9b90a52da48c79040 (patch)
treedf12796b469649bd1b1036574466931ac3c0ac4c /tests/safe_mode
parent0dc9ae0d62829a4b9856a3979c967facafc2d128 (diff)
downloadmarkdown-5aad55f920ded6a30a61a8a9b90a52da48c79040.tar.gz
markdown-5aad55f920ded6a30a61a8a9b90a52da48c79040.tar.bz2
markdown-5aad55f920ded6a30a61a8a9b90a52da48c79040.zip
Fixed #153. Two spaces at end of paragraph is not a linebreak.
Diffstat (limited to 'tests/safe_mode')
-rw-r--r--tests/safe_mode/inline-html-simple.html9
1 files changed, 3 insertions, 6 deletions
diff --git a/tests/safe_mode/inline-html-simple.html b/tests/safe_mode/inline-html-simple.html
index 981c3a2..1e5df17 100644
--- a/tests/safe_mode/inline-html-simple.html
+++ b/tests/safe_mode/inline-html-simple.html
@@ -29,8 +29,7 @@ Blah
<pre><code>&lt;!-- Comment --&gt;
</code></pre>
<p>Just plain comment, with trailing spaces on the line:</p>
-<p>&lt;!-- foo --&gt; <br />
-</p>
+<p>&lt;!-- foo --&gt; </p>
<p>Code:</p>
<pre><code>&lt;hr /&gt;
</code></pre>
@@ -38,10 +37,8 @@ Blah
<p>&lt;hr&gt;</p>
<p>&lt;hr/&gt;</p>
<p>&lt;hr /&gt;</p>
-<p>&lt;hr&gt; <br />
-</p>
-<p>&lt;hr/&gt;<br />
-</p>
+<p>&lt;hr&gt; </p>
+<p>&lt;hr/&gt; </p>
<p>&lt;hr /&gt; </p>
<p>&lt;hr class="foo" id="bar" /&gt;</p>
<p>&lt;hr class="foo" id="bar"/&gt;</p>