-
-
Notifications
You must be signed in to change notification settings - Fork 126
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
Issue #299 : Handle decimal values starting with ' . ' #340
Conversation
Hi @cchanxzy Can you please review this PR and if possible, could you consider merging this PR at your earliest convenience? In this PR I have fixed it only for decimal numbers , if you want this to be applicable for other decimal separators as well I can modify this condition to
I'm excluding this ' - ' decimal separator as we doesn't know if that first character is intended to be the separator or negative sign. |
Thanks for your PR @ng185115!
Yes I think that's a good suggestion, if you update the PR with your suggestion I'll be happy to merge it. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #340 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 15 15
Lines 411 413 +2
Branches 154 160 +6
=========================================
+ Hits 411 413 +2 ☔ View full report in Codecov by Sentry. |
Hi @cchanxzy |
Merged. Thanks @ng185115 ! |
Thanks @cchanxzy !! |
🎉 This PR is included in version 3.7.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Ah just realised that the commit message didn't follow the semantic release convention, so it didn't trigger a release. That's on me, I should have checked. I've just made a commit to trigger the release, so this commit will be included. |
Thanks @cchanxzy ! |
Issue #299
Built and tested.