]> git.mxchange.org Git - friendica.git/commitdiff
Making test working again (reverting the last change)
authorMichael <heluecht@pirati.ca>
Sat, 12 Oct 2019 10:56:16 +0000 (10:56 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 12 Oct 2019 10:56:16 +0000 (10:56 +0000)
tests/src/Util/StringsTest.php

index 03bc88d74c75457ccb61444b144294bdcd69efaa..d090b1c5dd3a088f9dad89a5323616c3f0cce2e5 100644 (file)
@@ -78,7 +78,7 @@ class StringsTest extends TestCase
 
                $this->assertEquals('[submit type="button" onclick="alert(\'failed!\');" /]', $validstring);
                $this->assertEquals(
-                       '&lt;submit type&equals;&quot;button&quot; onclick&equals;&quot;alert&lpar;&apos;failed&excl;&apos;&rpar;&semi;&quot; &sol;&gt;',
+                       "&lt;submit type=&quot;button&quot; onclick=&quot;alert('failed!');&quot; /&gt;",
                        $escapedString
                );
        }