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

Parsing invalid positive floating number #45

Open
m1h43l opened this issue Sep 17, 2021 · 0 comments
Open

Parsing invalid positive floating number #45

m1h43l opened this issue Sep 17, 2021 · 0 comments

Comments

@m1h43l
Copy link
Contributor

m1h43l commented Sep 17, 2021

The JSON spec does specify that positive numbers should not have a leading plus sign. Only minus is specified as a sign.

Note: jx_error didn't return an error.

Unit test NOXDBUT1 test case TEST_INVALID_POSITIVE_FLOAT. Test file: unittests/data/parser/test25-invalid-positive-float.json

Though one could argue that this is just a minor thing and might be seen as a feature and not as a bug ;-) .

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

No branches or pull requests

1 participant