Remove all the trailing spaces
git-svn-id: https://svn.fournier38.fr/svn/ProgSVN/trunk@3076 bf3deb0d-5f1a-0410-827f-c0cc1f45334c
This commit is contained in:
@@ -33,7 +33,7 @@ class test_outputhtml extends PHPUnit_Framework_TestCase
|
|||||||
$this->expectOutputString("<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\" \"http://www.w3.org/TR/REC-html40/loose.dtd\">
|
$this->expectOutputString("<!DOCTYPE html PUBLIC \"-//W3C//DTD HTML 4.0 Transitional//EN\" \"http://www.w3.org/TR/REC-html40/loose.dtd\">
|
||||||
<html><body>
|
<html><body>
|
||||||
Text
|
Text
|
||||||
|
"." "."
|
||||||
</body></html>\n");
|
</body></html>\n");
|
||||||
$output = new outputhtml ();
|
$output = new outputhtml ();
|
||||||
$output->out ("data", "title", FALSE, FALSE, "Tests/layout.html" );
|
$output->out ("data", "title", FALSE, FALSE, "Tests/layout.html" );
|
||||||
|
|||||||
@@ -12,4 +12,3 @@ if (! is_writeable ($file))
|
|||||||
die ("File $file not writeable\n");
|
die ("File $file not writeable\n");
|
||||||
|
|
||||||
print_r (json_decode (file_get_contents ($file)));
|
print_r (json_decode (file_get_contents ($file)));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user