-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Odd behavior on values ending in .
#11
Comments
Thanks for the examples. I'll try to look into this as soon as I can (it might not be until the weekend though). If you discover anything before that, please let me know. |
@doowb Any updates on this? I am facing the same problem Edit: I created a PR in the repo of the library that causes the problem. |
A PR on another library closed this issue. I'm reopening it until I can test it out to see if anything else is necessary here. |
@doowb I created the PR specifically for this issue and it works fine with the changes, so there should nothing to do be left :) |
@GlennKintscher thanks for the PR! I just wanted to make sure that the It all looks good and I added a test here to verify that it works correctly, so I'll close this now. Thanks again! |
Grouped values ending in a period create unexpected results, with an intermediary grouping for an empty string. Periods in the middle of the value have no effect, as expected.
Input without trailing
.
:Output:
Input with trailing
.
:Output:
The text was updated successfully, but these errors were encountered: