Add test for issue #10617

This commit is contained in:
Hypolite Petovan 2021-08-20 03:45:43 -04:00
parent 1de159a2ae
commit 940a9b2505
1 changed files with 11 additions and 0 deletions

View File

@ -70,6 +70,17 @@ class ProcessorTest extends TestCase
] ]
], ],
], ],
'issue-10617' => [
'expected' => '@[url=https://mastodon.technology/@sergey_m]sergey_m[/url]',
'body' => '@[url=https://mastodon.technology/@sergey_m]sergey_m[/url]',
'tags' => [
[
'type' => 'Mention',
'href' => 'https://mastodon.technology/@sergey_m',
'name' => '@sergey_m'
],
],
],
]; ];
} }