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 unicode escape decode bug in DoubleQuoteString example. #22

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

allenap
Copy link

@allenap allenap commented Nov 3, 2018

Previously \u Unicode escape codes of between 4 and 6 characters were being rejected, whereas the error message indicates that the inverse should be the behavior.

The example has also been extended to use all recognized escape sequences (\n, \r, \t, \u) and give more information about what's happening.

Previously \u Unicode escape codes of between 4 and 6 characters were being
rejected, whereas the error message indicates that the inverse should be the
behavior.

The example has also been extended to use all recognized escape sequences (\n,
\r, \t, \u) and give more information about what's happening.
@ok300
Copy link

ok300 commented Dec 1, 2022

Very useful, thanks!

@evancz please merge, this fixes an example and the output helps better understand what Parser did.

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.

None yet

2 participants