From d959ca8eb07b284a18bcfe6eee58a42b90e7e785 Mon Sep 17 00:00:00 2001 From: Mario Danic Date: Fri, 8 Jun 2018 17:21:46 +0200 Subject: [PATCH] Add another test Signed-off-by: Mario Danic --- tests/lib/Comments/CommentTest.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/lib/Comments/CommentTest.php b/tests/lib/Comments/CommentTest.php index fd76f443df..15dd9120e4 100644 --- a/tests/lib/Comments/CommentTest.php +++ b/tests/lib/Comments/CommentTest.php @@ -148,8 +148,10 @@ class CommentTest extends TestCase { ' however the most important thing to know is that www.croissant.com/@oil is not valid' . ' and won\'t match anything at all', ['foobar', 'barfoo', 'foo@bar.com', 'bar@foo.org@foobar.io', '23452-4333-54353-2342', 'yolo'] + ], + [ + '@@chef is also a valid mention, no matter how strange it looks', ['@chef'] ] - ]; }