New lines added

This commit is contained in:
Michael 2022-01-30 16:30:49 +00:00
parent 273f4c352e
commit 7f59dc07c4
1 changed files with 2 additions and 0 deletions

View 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]',