release(3.13.2): 增加"丁点儿"测试用例

This commit is contained in:
zh-lx
2023-03-30 22:39:29 +08:00
parent 458e117790
commit 0070797e51

View File

@@ -33,7 +33,7 @@ describe('nonZh', () => {
});
it('/', () => {
const result4 = pinyin('一丁点儿');
const result4 = pinyin('一丁点儿\n');
expect(result4).to.deep.equal('yī dīng diǎn er \n');
});
});