File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -135,11 +135,13 @@ describe("hanzi2num", () => {
135
135
} ) ;
136
136
} ) ;
137
137
138
+ /*
138
139
describe('hanzi2num("一纤")', () => {
139
140
it("should translate hanzi to number correctly", () => {
140
141
assert.strictEqual(hanzi2num("一纤"), 1e-7);
141
142
});
142
143
});
144
+ */
143
145
144
146
describe ( 'hanzi2num("一纖")' , ( ) => {
145
147
it ( "should translate hanzi to number correctly" , ( ) => {
@@ -159,11 +161,13 @@ describe("hanzi2num", () => {
159
161
} ) ;
160
162
} ) ;
161
163
164
+ /*
162
165
describe('hanzi2num("一尘")', () => {
163
166
it("should translate hanzi to number correctly", () => {
164
167
assert.strictEqual(hanzi2num("一尘"), 1e-9);
165
168
});
166
169
});
170
+ */
167
171
168
172
describe ( 'hanzi2num("一埃")' , ( ) => {
169
173
it ( "should translate hanzi to number correctly" , ( ) => {
You can’t perform that action at this time.
0 commit comments