-
Notifications
You must be signed in to change notification settings - Fork 98
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
Double quoted strings: problems decoding backslash-escaped characters #205
Comments
biojppm
added a commit
that referenced
this issue
Jan 25, 2022
biojppm
added a commit
that referenced
this issue
Jan 27, 2022
biojppm
added a commit
that referenced
this issue
Jan 27, 2022
biojppm
added a commit
that referenced
this issue
Jan 27, 2022
biojppm
added a commit
that referenced
this issue
Jan 28, 2022
biojppm
added a commit
that referenced
this issue
Jan 28, 2022
biojppm
added a commit
that referenced
this issue
Jan 28, 2022
biojppm
added a commit
that referenced
this issue
Feb 4, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
"\b\r\n\0\f\/"
should be read as=VAL "\b\r\n\0\f/
but rapidyaml is in fact producing=VAL '�\n0f/
.See https://play.yaml.io/main/parser?input=LSAiXGJcclxuXDBcZlwvIg==
The text was updated successfully, but these errors were encountered: