Duplicate test case for number format?
Navigation Menu
{{ message }}
python-babel / babel Public
- Notifications You must be signed in to change notification settings
- Fork 468
Closed
Closed
Labels
Description
opened
on Sep 7, 2023Overview Description
The following 2 consecutive test cases appear to be duplicate:
Lines 54 to 55 in 9ef53c6
| assert numbers.format_decimal(6.5, '0', locale='sv') == '6' | |
| assert numbers.format_decimal(6.5, '0', locale='sv') == '6' |
Any particular reason for that?
Metadata
Metadata
Assignees
Labels
Type
No type
Projects
No projects
Milestone
No milestone
Relationships
None yet
Development
No branches or pull requests
Issue actions