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 unicode sequence results does result in error #46

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

Parsing invalid unicode sequence results does result in error #46

m1h43l opened this issue Sep 17, 2021 · 0 comments

Comments

@m1h43l
Copy link
Contributor

m1h43l commented Sep 17, 2021

Parsing an invalid unicode sequence results in an incomplete value. Not just the invalid character is missing but also the rest of the value.

{ "string" : "text \u00GG text" } results in { "string" : "text " }

Note: jx_error didn't return an error.

Unit test NOXDBUT1 test case TEST_INVALID_UNICODE_SEQUENCE. Test file: unittests/data/parser/test20-invalid-unicode-sequence.json

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