Skip to content

Commit

Permalink
Update test_money_parser.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dongrixinyu committed Sep 26, 2024
1 parent c549d80 commit 7e58818
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test_money_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ def test_money_parser(self):
['近700万元', {'num': '7000000.00', 'case': '元', 'definition': 'blur-'}],
['至少九千块钱以上', {'num': '9000.00', 'case': '元', 'definition': 'blur+'}],
['不到1.9万台币', {'num': '19000.00', 'case': '新台币', 'definition': 'blur-'}],
['小于40万', {'num': '400000.00', 'case': '元', 'definition': 'blur-'}],

# 模糊金额
['3000多欧元', {'num': ['3000.00', '4000.00'], 'case': '欧元', 'definition': 'blur'}],
Expand Down

0 comments on commit 7e58818

Please sign in to comment.