From 4c1c6908165e5c4fb1b7238f66764f89faa2301a Mon Sep 17 00:00:00 2001 From: Mario Date: Thu, 9 Jan 2020 14:33:00 +0000 Subject: fix markdown test --- tests/unit/includes/MarkdownTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/unit') diff --git a/tests/unit/includes/MarkdownTest.php b/tests/unit/includes/MarkdownTest.php index 61600988d..2a92a58d2 100644 --- a/tests/unit/includes/MarkdownTest.php +++ b/tests/unit/includes/MarkdownTest.php @@ -64,11 +64,11 @@ class MarkdownTest extends UnitTestCase { ], 'HTML entities, lt does not work' => [ '& gt > lt <', - '& gt > lt' + '& gt > lt' ], 'escaped HTML entities' => [ '& lt < gt >', - '& lt < gt >' + '& lt < gt >' ], 'linebreak' => [ "line1
line2\nline3", -- cgit v1.2.3