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

Fix lexer handling of escaped control chars #213

Merged
merged 2 commits into from
Mar 16, 2021

Conversation

thinkharderdev
Copy link
Contributor

Current Lexer is not handling escaped control characters correctly. This PR adds a minimal test case and fix (I think).

Found while debugging test failures in zio/zio-schema#28

@jdegoes jdegoes merged commit 62c861f into zio:develop Mar 16, 2021
brbrown25 pushed a commit to brbrown25/zio-json that referenced this pull request Mar 16, 2021
* Fix lexer handling of escaped control chars

* Scalafmt

Co-authored-by: thinkharder <thinkharderdev@users.noreply.github.com>
@thinkharderdev thinkharderdev deleted the issue/lexer-escape-fix branch March 16, 2021 21:48
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.

2 participants