Correct the test of markdown
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1794 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -195,7 +195,7 @@ class test_markdown extends PHPUnit_Framework_TestCase
|
|||||||
public function testUnnumberredMultiline1 ()
|
public function testUnnumberredMultiline1 ()
|
||||||
{
|
{
|
||||||
$this->expectOutputString("<ul>
|
$this->expectOutputString("<ul>
|
||||||
<li>line1 end </li>
|
<li>line1 end</li>
|
||||||
<li>line2 end</li>
|
<li>line2 end</li>
|
||||||
</ul>");
|
</ul>");
|
||||||
$md = new markdown ();
|
$md = new markdown ();
|
||||||
|
|||||||
Reference in New Issue
Block a user