mirror of
https://github.com/houbb/sensitive-word.git
synced 2026-03-22 08:27:36 +08:00
release branch 0.0.11
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
.cn
|
||||
.com
|
||||
.org
|
||||
001工程
|
||||
007手机防盗软件任意显软件
|
||||
007间谍专业版
|
||||
@@ -3223,8 +3220,6 @@ hnuwrlzpfkhv
|
||||
hp激
|
||||
hqxytg
|
||||
hqёnwgnvs
|
||||
http://
|
||||
https://
|
||||
huang菊
|
||||
h h 95357
|
||||
h动漫
|
||||
|
||||
@@ -35,7 +35,7 @@ public class SensitiveWordBsEmailTest {
|
||||
final String text = "楼主好人,邮箱 123456789@xx.com";
|
||||
|
||||
List<String> wordList = SensitiveWordBs.newInstance().findAll(text);
|
||||
Assert.assertEquals("[邮箱, 123456789, x.com]", wordList.toString());
|
||||
Assert.assertEquals("[邮箱, 123456789]", wordList.toString());
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user