From 03340c18ead651ef9e11f883745695f2edafbae3 Mon Sep 17 00:00:00 2001
From: ArthurHoaro
Date: Tue, 12 May 2020 12:44:48 +0200
Subject: Slim router: handle add tag route
---
tests/formatter/BookmarkMarkdownFormatterTest.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'tests/formatter/BookmarkMarkdownFormatterTest.php')
diff --git a/tests/formatter/BookmarkMarkdownFormatterTest.php b/tests/formatter/BookmarkMarkdownFormatterTest.php
index f1f12c04..3e72d1ee 100644
--- a/tests/formatter/BookmarkMarkdownFormatterTest.php
+++ b/tests/formatter/BookmarkMarkdownFormatterTest.php
@@ -125,7 +125,7 @@ class BookmarkMarkdownFormatterTest extends TestCase
$description .= 'This a <strong>description</strong>
'. PHP_EOL;
$url = 'https://sub.domain.tld?query=here&for=real#hash';
$description .= 'text '. $url .' more text
'. PHP_EOL;
- $description .= 'Also, there is an #hashtag added
'. PHP_EOL;
+ $description .= 'Also, there is an #hashtag added
'. PHP_EOL;
$description .= 'A N D KEEP SPACES ! ';
$description .= '
';
@@ -146,7 +146,7 @@ class BookmarkMarkdownFormatterTest extends TestCase
$this->formatter->addContextData('index_url', $root = 'https://domain.tld/hithere/');
$description = '';
- $description .= 'Text #hashtag more text';
+ $description .= 'Text #hashtag more text';
$description .= '
';
$link = $this->formatter->format($bookmark);
--
cgit v1.2.3