]> git.mxchange.org Git - friendica.git/commitdiff
Tests should now work
authorMichael <heluecht@pirati.ca>
Fri, 17 Mar 2023 18:08:37 +0000 (18:08 +0000)
committerMichael <heluecht@pirati.ca>
Fri, 17 Mar 2023 18:08:37 +0000 (18:08 +0000)
tests/src/Content/Text/BBCodeTest.php

index b289414cc6053f1d0e5dc9fa3ea2f90aaf57e8de..a7de2388e2cf5ae5fb5703a2c5d720b66cdc882a 100644 (file)
@@ -259,8 +259,8 @@ Karl Marx - Die ursprüngliche Akkumulation
                                'text' => '[emoji=https://fedi.underscore.world/emoji/custom/custom/heart_nb.png]:heart_nb:[/emoji]',
                        ],
                        'task-12900-multiple-paragraphs' => [
-                               'expectedHTML' => "<h1>Header</h1><ul class=\"listbullet\" style=\"list-style-type:circle;\"><li>One</li><li>Two</li></ul><p>This is a paragraph<br>with a line feed.</p><p>Second Chapter</p>",
-                               'text' => '[h1]Header[/h1][ul][*]One[*]Two[/ul]\n\nThis is a paragraph\nwith a line feed.\n\nSecond Chapter',
+                               'expectedHTML' => '<h1>Header</h1><ul class="listbullet" style="list-style-type:circle;"><li>One</li><li>Two</li></ul><p>This is a paragraph<br>with a line feed.</p><p>Second Chapter</p>',
+                               'text' => "[h1]Header[/h1][ul][*]One[*]Two[/ul]\n\nThis is a paragraph\nwith a line feed.\n\nSecond Chapter",
                        ],
                        'task-12900-header-with-paragraphs' => [
                                'expectedHTML' => '<h1>Header</h1><p>Some Chapter</p>',