fix(comments): Add test for email mention

Signed-off-by: Joas Schilling <coding@schilljs.com>
pull/48785/head
Joas Schilling 2024-10-18 07:39:41 +07:00 committed by backportbot[bot]
parent 570428e4e6
commit 498c3dc566
1 changed files with 6 additions and 0 deletions

@ -196,6 +196,12 @@ class CommentTest extends TestCase {
['type' => 'federated_team', 'id' => 'Former Cirle'],
],
],
[
'Emails are supported since 30.0.2 right? @"email/aa23d315de327cfc330f0401ea061005b2b0cdd45ec8346f12664dd1f34cb886"',
[
['type' => 'email', 'id' => 'aa23d315de327cfc330f0401ea061005b2b0cdd45ec8346f12664dd1f34cb886'],
],
],
];
}