From 92a04baf62bcd5b4621408efcee06d893edba448 Mon Sep 17 00:00:00 2001 From: Michael Date: Fri, 17 Mar 2023 18:08:37 +0000 Subject: [PATCH] Tests should now work --- tests/src/Content/Text/BBCodeTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/src/Content/Text/BBCodeTest.php b/tests/src/Content/Text/BBCodeTest.php index b289414cc6..a7de2388e2 100644 --- a/tests/src/Content/Text/BBCodeTest.php +++ b/tests/src/Content/Text/BBCodeTest.php @@ -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' => "

Header

This is a paragraph
with a line feed.

Second Chapter

", - 'text' => '[h1]Header[/h1][ul][*]One[*]Two[/ul]\n\nThis is a paragraph\nwith a line feed.\n\nSecond Chapter', + 'expectedHTML' => '

Header

This is a paragraph
with a line feed.

Second Chapter

', + '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' => '

Header

Some Chapter

',