Make test comply.
This commit is contained in:
parent
b5dac16def
commit
1d1c089f84
1 changed files with 5 additions and 5 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!\');" /]', $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