release branch 0.0.11

This commit is contained in:
houbb
2020-01-15 23:18:53 +08:00
parent 0dd5fb28e1
commit 376aa7df13
2 changed files with 1 additions and 6 deletions

View File

@@ -1,6 +1,3 @@
.cn
.com
.org
001工程
007手机防盗软件任意显软件
007间谍专业版
@@ -3223,8 +3220,6 @@ hnuwrlzpfkhv
hp激
hqxytg
hqёnwgnvs
http://
https://
huang菊
hh95357
h动漫

View File

@@ -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());
}
}