Add another test
Signed-off-by: Mario Danic <mario@lovelyhq.com>
This commit is contained in:
parent
5acdd45b77
commit
d959ca8eb0
|
@ -148,8 +148,10 @@ class CommentTest extends TestCase {
|
||||||
' however the most important thing to know is that www.croissant.com/@oil is not valid' .
|
' however the most important thing to know is that www.croissant.com/@oil is not valid' .
|
||||||
' and won\'t match anything at all',
|
' and won\'t match anything at all',
|
||||||
['foobar', 'barfoo', 'foo@bar.com', 'bar@foo.org@foobar.io', '23452-4333-54353-2342', 'yolo']
|
['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']
|
||||||
]
|
]
|
||||||
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue