From 1fcb05ed8c0804ebd0f01e6881fc6e40555d3b60 Mon Sep 17 00:00:00 2001 From: Harald Eilertsen Date: Wed, 14 Jun 2023 23:02:13 +0200 Subject: Unit tests: Update Markdown tests to reflect that it works. --- tests/unit/includes/MarkdownTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/unit/includes/MarkdownTest.php b/tests/unit/includes/MarkdownTest.php index 98fe40a49..953305074 100644 --- a/tests/unit/includes/MarkdownTest.php +++ b/tests/unit/includes/MarkdownTest.php @@ -62,9 +62,9 @@ class MarkdownTest extends UnitTestCase { 'text1 text2 ', 'text1 text2' ], - 'HTML entities, lt does not work' => [ + 'HTML entities' => [ '& gt > lt <', - '& gt > lt' + '& gt > lt <' ], 'escaped HTML entities' => [ '& lt < gt >', -- cgit v1.2.3