From 90fd8abddf97314c0a25bd407c4029c9699cbadf Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 14 Jun 2012 20:16:40 +0200 Subject: [PATCH] Qual: More phpunit tests --- test/phpunit/FunctionsTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/phpunit/FunctionsTest.php b/test/phpunit/FunctionsTest.php index 7afb8270fed..6948292c9d9 100755 --- a/test/phpunit/FunctionsTest.php +++ b/test/phpunit/FunctionsTest.php @@ -247,7 +247,7 @@ class FunctionsTest extends PHPUnit_Framework_TestCase $after=dol_nboflines_bis($input,0); $this->assertEquals($after,3); - $input="A string
with a é, &, < and >.\nThird line"; + $input="A string
with a é, &, < and >.
Third line"; $after=dol_nboflines_bis($input,0); $this->assertEquals($after,3);