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

Double quoted strings: problems decoding backslash-escaped characters #205

Closed
biojppm opened this issue Jan 24, 2022 · 0 comments · Fixed by #207
Closed

Double quoted strings: problems decoding backslash-escaped characters #205

biojppm opened this issue Jan 24, 2022 · 0 comments · Fixed by #207

Comments

@biojppm
Copy link
Owner

biojppm commented Jan 24, 2022

"\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==

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 a pull request may close this issue.

1 participant