forked from forgejo/forgejo
Remove unnecessary misspell ignore pattern (#21475)
It doesn't make sense to ignore the pattern again and again.
This commit is contained in:
parent
f0182d8840
commit
0614ae1c44
4 changed files with 4 additions and 4 deletions
|
@ -309,7 +309,7 @@ func TestRegExp_mentionPattern(t *testing.T) {
|
|||
pat string
|
||||
exp string
|
||||
}{
|
||||
{"@Unknwon", "@Unknwon"},
|
||||
{"@User", "@User"},
|
||||
{"@ANT_123", "@ANT_123"},
|
||||
{"@xxx-DiN0-z-A..uru..s-xxx", "@xxx-DiN0-z-A..uru..s-xxx"},
|
||||
{" @lol ", "@lol"},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue