diff --git a/tests/src/Protocol/ActivityPub/ProcessorTest.php b/tests/src/Protocol/ActivityPub/ProcessorTest.php index 894e90af28..eeed1a34f2 100644 --- a/tests/src/Protocol/ActivityPub/ProcessorTest.php +++ b/tests/src/Protocol/ActivityPub/ProcessorTest.php @@ -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' + ], + ], + ], ]; }