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

Fixed early termination of string parsing on non-space whitespace. #1620

Merged
merged 1 commit into from
Mar 9, 2015

Conversation

alexanderkyte
Copy link
Contributor

From the string state machine on json.org[http://json.org/] it looks like we were incorrectly terminating the string parsing on all non-space whitespace. It looks like a simple mis-copy.

@akoeplinger
Copy link
Member

Can you write a test for this?

@alexanderkyte
Copy link
Contributor Author

I'll refactor the repro code sample into a test.

tritao added a commit that referenced this pull request Mar 9, 2015
Fixed early termination of string parsing on non-space whitespace.
@tritao tritao merged commit ea36fb8 into mono:master Mar 9, 2015
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
Fixed early termination of string parsing on non-space whitespace.

Commit migrated from mono/mono@ea36fb8
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.

3 participants