From 70166c82d65ad5bacf8903fda06bdc21cab2de5a Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Wed, 3 Sep 2014 15:00:49 +0000 Subject: [PATCH] Remove debug from one markdown test git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1797 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- Tests/markdownTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/Tests/markdownTest.php b/Tests/markdownTest.php index 8fa3f18..03bdccb 100644 --- a/Tests/markdownTest.php +++ b/Tests/markdownTest.php @@ -328,7 +328,6 @@ end")); { $this->expectOutputString("

line1 line2 line3.

"); $md = new markdown (); - $md->debug = 1; printf ($md->html ("line1 line2 line3."));