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

handling comas and dots input in parseToken of Parser #7514

Open
wants to merge 16 commits into
base: master
Choose a base branch
from

Conversation

naronchen
Copy link
Contributor

@naronchen naronchen commented Dec 24, 2024

#7487

Right now I have any input consists only special characters returning a parseError or a quantity with isValid field being false.

this should be all the special characters.
/^[!@#$%^&*()_+-=[]{};':"\|,.<>/?]+$/;

Let me know if thats expected, or we wanna handle just the dots/comas occurrences

@naronchen naronchen requested review from a team, ColinKerr, hl662 and rschili as code owners December 24, 2024 23:03
@naronchen naronchen requested a review from MarcNeely December 24, 2024 23:03
@naronchen naronchen changed the title minor fix on parseToken in Parser handling comas and dots input in parseToken of Parser Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant