Add test for issue #10617
This commit is contained in:
parent
1de159a2ae
commit
940a9b2505
|
@ -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'
|
||||||
|
],
|
||||||
|
],
|
||||||
|
],
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue