@@ -74,12 +74,12 @@ public function the_content_provider() {
7474</pre>
7575ENDPRE ;
7676 return array (
77- array ( 'hallo @username@example.org @pfefferle@notiz.blog test ' , 'hallo <a rel="mention" class="u-url mention" href="https://example.org/users/username">@<span>username</span></a> <a rel="mention" class="u-url mention" href="https://notiz.blog/author/matthias-pfefferle/">@<span>pfefferle</span></a> test ' ),
77+ array ( 'hallo @username@example.org @pfefferle@notiz.blog test ' , 'hallo <a rel="mention" class="u-url mention" href="https://example.org/users/username">@<span>username</span></a> <a rel="mention" class="u-url mention" href="https://notiz.blog/author/matthias-pfefferle/">@<span>pfefferle@notiz.blog </span></a> test ' ),
7878 array ( 'hallo @username@example.org @username@example.org test ' , 'hallo <a rel="mention" class="u-url mention" href="https://example.org/users/username">@<span>username</span></a> <a rel="mention" class="u-url mention" href="https://example.org/users/username">@<span>username</span></a> test ' ),
7979 array ( 'hallo @username@example.com @username@example.com test ' , 'hallo @username@example.com @username@example.com test ' ),
80- array ( 'Hallo @pfefferle@lemmy.ml test ' , 'Hallo <a rel="mention" class="u-url mention" href="https://lemmy.ml/u/pfefferle">@<span>pfefferle</span></a> test ' ),
80+ array ( 'Hallo @pfefferle@lemmy.ml test ' , 'Hallo <a rel="mention" class="u-url mention" href="https://lemmy.ml/u/pfefferle">@<span>pfefferle@lemmy.ml </span></a> test ' ),
8181 array ( 'hallo @username@example.org test ' , 'hallo <a rel="mention" class="u-url mention" href="https://example.org/users/username">@<span>username</span></a> test ' ),
82- array ( 'hallo @pfefferle@notiz.blog test ' , 'hallo <a rel="mention" class="u-url mention" href="https://notiz.blog/author/matthias-pfefferle/">@<span>pfefferle</span></a> test ' ),
82+ array ( 'hallo @pfefferle@notiz.blog test ' , 'hallo <a rel="mention" class="u-url mention" href="https://notiz.blog/author/matthias-pfefferle/">@<span>pfefferle@notiz.blog </span></a> test ' ),
8383 array ( 'hallo <a rel="mention" class="u-url mention" href="https://notiz.blog/author/matthias-pfefferle/">@<span>pfefferle</span>@notiz.blog</a> test ' , 'hallo <a rel="mention" class="u-url mention" href="https://notiz.blog/author/matthias-pfefferle/">@<span>pfefferle</span>@notiz.blog</a> test ' ),
8484 array ( 'hallo <a rel="mention" class="u-url mention" href="https://notiz.blog/author/matthias-pfefferle/">@pfefferle@notiz.blog</a> test ' , 'hallo <a rel="mention" class="u-url mention" href="https://notiz.blog/author/matthias-pfefferle/">@pfefferle@notiz.blog</a> test ' ),
8585 array ( 'hallo <a rel="mention" class="u-url mention" href="https://notiz.blog/@pfefferle/">@pfefferle@notiz.blog</a> test ' , 'hallo <a rel="mention" class="u-url mention" href="https://notiz.blog/@pfefferle/">@pfefferle@notiz.blog</a> test ' ),
0 commit comments