Remove uneeded newline

This commit is contained in:
Lukas Reschke 2014-04-22 20:11:34 +02:00
parent 589c74e176
commit 9d3b639ce6

View File

@ -69,7 +69,6 @@ class Test_Util extends PHPUnit_Framework_TestCase {
$this->assertEquals('This is a good string without HTML.', $result);
}
function testEncodePath(){
$component = '/§#@test%&^ä/-child';
$result = OC_Util::encodePath($component);