Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
589c74e1
Commit
589c74e1
authored
Apr 22, 2014
by
Lukas Reschke
Browse files
Fix indentation
parent
f0718063
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/lib/util.php
View file @
589c74e1
...
...
@@ -67,7 +67,7 @@ class Test_Util extends PHPUnit_Framework_TestCase {
$goodString
=
'This is a good string without HTML.'
;
$result
=
OC_Util
::
sanitizeHTML
(
$goodString
);
$this
->
assertEquals
(
'This is a good string without HTML.'
,
$result
);
}
}
function
testEncodePath
(){
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment