]> git.mxchange.org Git - friendica.git/commitdiff
Restore tests
authorMichael <heluecht@pirati.ca>
Fri, 17 Mar 2023 12:43:23 +0000 (12:43 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 17 Mar 2023 12:43:23 +0000 (12:43 +0000)
tests/src/Content/Text/BBCodeTest.php

index 16cbec330acea4f508649c804d1d180f60a338ef..4c1292344c1c5fee714affd5b142953c12b1b076 100644 (file)
@@ -221,7 +221,7 @@ class BBCodeTest extends FixtureTest
                                'text' => '[test] Space',
                        ],
                        'task-8800-pre-spaces' => [
-                               'expectedHtml' => '    Spaces',
+                               'expectedHtml' => '    Spaces',
                                'text' => '[pre]    Spaces[/pre]',
                        ],
                        'bug-9611-purify-xss-nobb' => [