Remove debug from one markdown test

git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1797 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
2014-09-03 15:00:49 +00:00
parent 3f0adcdf11
commit 70166c82d6

View File

@@ -328,7 +328,6 @@ end"));
{ {
$this->expectOutputString("<p>line1 line2 line3.</p>"); $this->expectOutputString("<p>line1 line2 line3.</p>");
$md = new markdown (); $md = new markdown ();
$md->debug = 1;
printf ($md->html ("line1 printf ($md->html ("line1
line2 line2
line3.")); line3."));