From 0070797e514b703f4f1d5ae9a225c78635e20c06 Mon Sep 17 00:00:00 2001 From: zh-lx <18366276315@163.com> Date: Thu, 30 Mar 2023 22:39:29 +0800 Subject: [PATCH] =?UTF-8?q?release(3.13.2):=20=E5=A2=9E=E5=8A=A0"=E4=B8=81?= =?UTF-8?q?=E7=82=B9=E5=84=BF"=E6=B5=8B=E8=AF=95=E7=94=A8=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/nonZh.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/nonZh.test.js b/test/nonZh.test.js index 98b9325..05b4235 100644 --- a/test/nonZh.test.js +++ b/test/nonZh.test.js @@ -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'); }); });