Skip to content

Commit c8283f7

Browse files
committed
removed changes made to 纤 and 尘
1 parent f80e977 commit c8283f7

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/hanzi2num.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,8 @@ const NUM_TOKENS = {
5050
: { type: eTokenType.FRAC_MULT, exp: -5 },
5151
: { type: eTokenType.FRAC_MULT, exp: -6 },
5252
: { type: eTokenType.FRAC_MULT, exp: -7 },
53-
//纤: { type: eTokenType.FRAC_MULT, exp: -7 },
5453
: { type: eTokenType.FRAC_MULT, exp: -8 },
5554
: { type: eTokenType.FRAC_MULT, exp: -9 },
56-
//尘: { type: eTokenType.FRAC_MULT, exp: -9 },
5755
: { type: eTokenType.FRAC_MULT, exp: -10 },
5856
: { type: eTokenType.FRAC_MULT, exp: -11 },
5957
: { type: eTokenType.FRAC_MULT, exp: -12 }

0 commit comments

Comments
 (0)