mirror of
https://github.com/zh-lx/pinyin-pro.git
synced 2026-03-13 09:51:38 +08:00
release(3.13.2): 增加"丁点儿"测试用例
This commit is contained in:
@@ -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');
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user