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' => [ '
p