Skip to content

Commit 044078e

Browse files
committed
commented out 纤 and 尘; may re-enable after adding macros
1 parent c8283f7 commit 044078e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/hanzi2num.test.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,11 +135,13 @@ describe("hanzi2num", () => {
135135
});
136136
});
137137

138+
/*
138139
describe('hanzi2num("一纤")', () => {
139140
it("should translate hanzi to number correctly", () => {
140141
assert.strictEqual(hanzi2num("一纤"), 1e-7);
141142
});
142143
});
144+
*/
143145

144146
describe('hanzi2num("一纖")', () => {
145147
it("should translate hanzi to number correctly", () => {
@@ -159,11 +161,13 @@ describe("hanzi2num", () => {
159161
});
160162
});
161163

164+
/*
162165
describe('hanzi2num("一尘")', () => {
163166
it("should translate hanzi to number correctly", () => {
164167
assert.strictEqual(hanzi2num("一尘"), 1e-9);
165168
});
166169
});
170+
*/
167171

168172
describe('hanzi2num("一埃")', () => {
169173
it("should translate hanzi to number correctly", () => {

0 commit comments

Comments
 (0)