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

Json literals #115

Merged
merged 3 commits into from
Feb 26, 2024
Merged

Json literals #115

merged 3 commits into from
Feb 26, 2024

Conversation

JohnBrinkman
Copy link
Collaborator

Description

Fix the grammar to prevent JSON Literals from being too greedy. Change is to the grammar only -- does not affect the implementation.
Also discovered/fixed a separate issue where the implementation allowed unterminated JSON Literals

Added a test for each of the above.

Related Issue

#113

Tasks

  • I have signed the CLA.
  • I have written tests and verified that they fail without my change.

@JohnBrinkman JohnBrinkman merged commit d849515 into main Feb 26, 2024
2 checks passed
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