updated 部分称呼才用通用

This commit is contained in:
zhenghaole
2023-10-18 14:57:53 +08:00
parent 3e421ed1ab
commit 0c95ae937c
4 changed files with 7 additions and 7 deletions

View File

@@ -39,7 +39,7 @@ test('[reverse]', function (t) {
t.end();
});
test('[filter]', function (t) {
t.deepEqual(relationship({text:'内侄'}),['舅侄','舅侄女']);
t.deepEqual(relationship({text:'内侄'}),['舅侄','舅侄女']);
t.end();
});
test('[type:chain]', function (t) {