fix another markdown test

This commit is contained in:
Mario Vavti 2018-10-30 22:51:52 +01:00
parent b4bac88c39
commit fc6ff45c49

View File

@ -116,7 +116,7 @@ class MarkdownTest extends UnitTestCase {
],
'pre' => [
'<pre> one line with spaces </pre>',
'```\n one line with spaces \n```'
"```\n one line with spaces \n```"
],
'div p' => [
'<div>div</div><div><p>p</p></div>',