]> git.mxchange.org Git - friendica.git/commitdiff
New lines added
authorMichael <heluecht@pirati.ca>
Sun, 30 Jan 2022 16:30:49 +0000 (16:30 +0000)
committerMichael <heluecht@pirati.ca>
Sun, 30 Jan 2022 16:30:49 +0000 (16:30 +0000)
tests/src/Model/TagTest.php

index c85b173acdd8a09985c073a48ecbd2ecc53d0d4b..7858cec9546fc6ac3e6682d00b3d97adcf0ca70d 100644 (file)
@@ -32,7 +32,9 @@ class TagTest extends TestCase
        public function testGetFromBody()
        {
                $body = '![url=https://pirati.ca/profile/test1]Testgruppe 1b[/url] Test, please ignore';
+
                $tags = Tag::getFromBody($body);
+
                $expected = [
                        [
                                '![url=https://pirati.ca/profile/test1]Testgruppe 1b[/url]',