Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

parse_decimal(): Parse spaces as group separators if the group separator is nbsp #649

Merged
merged 2 commits into from
May 27, 2019

Conversation

akx
Copy link
Member

@akx akx commented May 27, 2019

Fixes #637

@codecov-io
Copy link

codecov-io commented May 27, 2019

Codecov Report

Merging #649 into master will increase coverage by <.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #649      +/-   ##
==========================================
+ Coverage   90.98%   90.98%   +<.01%     
==========================================
  Files          24       24              
  Lines        4171     4173       +2     
==========================================
+ Hits         3795     3797       +2     
  Misses        376      376
Impacted Files Coverage Δ
babel/numbers.py 97.68% <100%> (+0.01%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 03215bc...ec33844. Read the comment docs.

@akx akx merged commit 4b6cd34 into python-babel:master May 27, 2019
@akx akx deleted the parse-decimal-space branch May 27, 2019 11:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

parse_decimal is not works correctly when space symbol as grouping
2 participants