mirror of
https://github.com/friendica/friendica
synced 2024-11-10 04:22:54 +00:00
Making test working again (reverting the last change)
This commit is contained in:
parent
c1ab93a5d8
commit
9c933aacd2
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class StringsTest extends TestCase
|
|||
|
||||
$this->assertEquals('[submit type="button" onclick="alert(\'failed!\');" /]', $validstring);
|
||||
$this->assertEquals(
|
||||
'<submit type="button" onclick="alert('failed!');" />',
|
||||
"<submit type="button" onclick="alert('failed!');" />",
|
||||
$escapedString
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue