From 54d2616b1cfb3553abbd37f56dcbc11284ec9b50 Mon Sep 17 00:00:00 2001 From: Dominique Fournier Date: Wed, 3 Sep 2014 13:20:57 +0000 Subject: [PATCH] Correct the test of markdown git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@1794 bf3deb0d-5f1a-0410-827f-c0cc1f45334c --- Tests/markdownTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/markdownTest.php b/Tests/markdownTest.php index 45bd12a..259bff7 100644 --- a/Tests/markdownTest.php +++ b/Tests/markdownTest.php @@ -195,7 +195,7 @@ class test_markdown extends PHPUnit_Framework_TestCase public function testUnnumberredMultiline1 () { $this->expectOutputString(""); $md = new markdown ();