Making test working again (reverting the last change)
This commit is contained in:
parent
c1ab93a5d8
commit
9c933aacd2
|
@ -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!\');" /]', $validstring);
|
||||||
$this->assertEquals(
|
$this->assertEquals(
|
||||||
'<submit type="button" onclick="alert('failed!');" />',
|
"<submit type="button" onclick="alert('failed!');" />",
|
||||||
$escapedString
|
$escapedString
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue