@@ -74,13 +74,13 @@ public function the_content_provider() {
74
74
</pre>
75
75
ENDPRE ;
76
76
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 ' ),
78
- 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 ' ),
77
+ array ( 'hallo @username@example.org @pfefferle@notiz.blog test ' , 'hallo <a rel="mention" class="u-url mention" href="https://example.org/users/username">@username</a> <a rel="mention" class="u-url mention" href="https://notiz.blog/author/matthias-pfefferle/">@pfefferle</a> test ' ),
78
+ array ( 'hallo @username@example.org @username@example.org test ' , 'hallo <a rel="mention" class="u-url mention" href="https://example.org/users/username">@username</a> <a rel="mention" class="u-url mention" href="https://example.org/users/username">@username</a> test ' ),
79
79
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 ' ),
81
- 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 ' ),
83
- 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 ' ),
80
+ array ( 'Hallo @pfefferle@lemmy.ml test ' , 'Hallo <a rel="mention" class="u-url mention" href="https://lemmy.ml/u/pfefferle">@pfefferle</a> test ' ),
81
+ array ( 'hallo @username@example.org test ' , 'hallo <a rel="mention" class="u-url mention" href="https://example.org/users/username">@username</a> test ' ),
82
+ array ( 'hallo @pfefferle@notiz.blog test ' , 'hallo <a rel="mention" class="u-url mention" href="https://notiz.blog/author/matthias-pfefferle/">@pfefferle</a> test ' ),
83
+ 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 ' ),
84
84
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 ' ),
85
85
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 ' ),
86
86
array ( 'hallo <img src="abc" alt="https://notiz.blog/@pfefferle/" title="@pfefferle@notiz.blog"/> test ' , 'hallo <img src="abc" alt="https://notiz.blog/@pfefferle/" title="@pfefferle@notiz.blog"/> test ' ),
0 commit comments