From b7bc28c33356e95f4d45a7d5d2585e67ebd04648 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 20 Feb 2024 15:09:11 +0000 Subject: update test --- tests/unit/includes/TextTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/unit/includes/TextTest.php b/tests/unit/includes/TextTest.php index 97fa64895..b76b15dcf 100644 --- a/tests/unit/includes/TextTest.php +++ b/tests/unit/includes/TextTest.php @@ -30,7 +30,7 @@ empty line above'; $this->assertEquals('Your HTML parser does not support HTML5 audio.', purify_html('')); // preserve f6 and bootstrap additional data attributes from our own configuration - $this->assertEquals('
text
', purify_html('
text
')); + $this->assertEquals('
text
', purify_html('
text
')); $this->assertEquals('', purify_html('')); $this->assertEquals('', purify_html('')); } -- cgit v1.2.3