aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2018-10-30 22:51:52 +0100
committerMario Vavti <mario@mariovavti.com>2018-10-30 22:51:52 +0100
commitfc6ff45c4976d158ac565a7693b2e4d30fe70e33 (patch)
tree5bf9b089c9e03d8eb5630e427566183e646d7a93 /tests
parentb4bac88c39c6bc6a0533114351ab9f5493aa46c9 (diff)
downloadvolse-hubzilla-fc6ff45c4976d158ac565a7693b2e4d30fe70e33.tar.gz
volse-hubzilla-fc6ff45c4976d158ac565a7693b2e4d30fe70e33.tar.bz2
volse-hubzilla-fc6ff45c4976d158ac565a7693b2e4d30fe70e33.zip
fix another markdown test
Diffstat (limited to 'tests')
-rw-r--r--tests/unit/includes/MarkdownTest.php2
1 files changed, 1 insertions, 1 deletions
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' => [
'<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>',