-
Notifications
You must be signed in to change notification settings - Fork 33
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
\r processed as literal in double quoted strings #359
Labels
bug
Something isn't working
Comments
theseion
added a commit
to theseion/go-ftw
that referenced
this issue
Nov 10, 2024
The new tests specifically test unmarshalling of line feed and carriage return escape sequences in double qouted strings, as that was an issue with goccy/go-yaml. Refs coreruleset#359
Fixed by #375 |
fzipi
added a commit
that referenced
this issue
Nov 18, 2024
The new tests specifically test unmarshalling of line feed and carriage return escape sequences in double qouted strings, as that was an issue with goccy/go-yaml. Refs #359 Co-authored-by: Felipe Zipitría <[email protected]>
Can we close this one? |
Yes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
goccy/go-yam has only recently added processing of
\r
in double quoted strings. We need to upgrade goccy/go-yaml but are currently blocked due to the performance impact solved by goccy/go-yaml#438.The text was updated successfully, but these errors were encountered: