aboutsummaryrefslogtreecommitdiffstats
path: root/tests/misc/two-spaces.html
diff options
context:
space:
mode:
authorWaylan Limberg <waylan@gmail.com>2008-11-13 01:08:35 -0500
committerWaylan Limberg <waylan@gmail.com>2008-11-13 23:27:44 -0500
commit7198bb18b7f842502aec48245b2bc7d86a02fb3a (patch)
treeda993d080d9e9669cc427012d09f912439537c93 /tests/misc/two-spaces.html
parent55cf46e88a80bf7fade054925db58df57c3ed456 (diff)
downloadmarkdown-7198bb18b7f842502aec48245b2bc7d86a02fb3a.tar.gz
markdown-7198bb18b7f842502aec48245b2bc7d86a02fb3a.tar.bz2
markdown-7198bb18b7f842502aec48245b2bc7d86a02fb3a.zip
Updated test as core parser now matched pl and php behavior in lists.
Diffstat (limited to 'tests/misc/two-spaces.html')
-rw-r--r--tests/misc/two-spaces.html10
1 files changed, 4 insertions, 6 deletions
diff --git a/tests/misc/two-spaces.html b/tests/misc/two-spaces.html
index 83837d2..102d1db 100644
--- a/tests/misc/two-spaces.html
+++ b/tests/misc/two-spaces.html
@@ -4,15 +4,13 @@ but this line has three <br />
and this is the second from last line
in this test message</p>
<ul>
-<li>
-<p>This list item has two spaces.<br />
-</p>
+<li>This list item has two spaces.<br />
</li>
<li>
<p>This has none.
-This line has three. <br />
-This line has none.
-And this line two.<br />
+ This line has three. <br />
+ This line has none.
+ And this line two.<br />
</p>
<p>This line has none.</p>
</li>