From fc6ff45c4976d158ac565a7693b2e4d30fe70e33 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Tue, 30 Oct 2018 22:51:52 +0100 Subject: fix another markdown test --- tests/unit/includes/MarkdownTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/unit/includes/MarkdownTest.php') diff --git a/tests/unit/includes/MarkdownTest.php b/tests/unit/includes/MarkdownTest.php index 654fbd4c7..61600988d 100644 --- a/tests/unit/includes/MarkdownTest.php +++ b/tests/unit/includes/MarkdownTest.php @@ -116,7 +116,7 @@ class MarkdownTest extends UnitTestCase { ], 'pre' => [ '
  one line with spaces  
', - '```\n one line with spaces \n```' + "```\n one line with spaces \n```" ], 'div p' => [ '
div

p

', -- cgit v1.2.3