Update Markdown tests
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1799 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -213,7 +213,8 @@ end"));
|
||||
<ul>
|
||||
<li>NEW lineA</li>
|
||||
<li>NEW lineB</li>
|
||||
</ul></li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>line3</li>
|
||||
</ul>");
|
||||
$md = new markdown ();
|
||||
@@ -299,7 +300,8 @@ base</code></pre>");
|
||||
|
||||
public function testUnnumberredAndText1 ()
|
||||
{
|
||||
$this->expectOutputString("<p>Hi</p><ul>
|
||||
$this->expectOutputString("<p>Hi</p>
|
||||
<ul>
|
||||
<li>line1</li>
|
||||
<li>line2 end</li>
|
||||
</ul>");
|
||||
|
||||
Reference in New Issue
Block a user