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

Special characters in static inputs should not be escaped #15447

Closed
Tracked by #9859
nicpuppa opened this issue Dec 1, 2023 · 0 comments · Fixed by #15449
Closed
Tracked by #9859

Special characters in static inputs should not be escaped #15447

nicpuppa opened this issue Dec 1, 2023 · 0 comments · Fixed by #15449
Assignees
Labels
kind/bug Categorizes an issue or PR as a bug version:8.4.0 Label that represents issues released on verions 8.4.0

Comments

@nicpuppa
Copy link
Contributor

nicpuppa commented Dec 1, 2023

Describe the bug

As visible in this comment and in the description of this issue special characters in static input are escaped.

The provided static input

name value
static_input Hello\n\nYOU!

becomes:

name value
static_input "Hello\\\\n\\\\nYOU!"

To Reproduce

Follow the step in the issue linked above

Expected behavior

Characters should not be escaped

Log/Stacktrace

none

@nicpuppa nicpuppa added the kind/bug Categorizes an issue or PR as a bug label Dec 1, 2023
@nicpuppa nicpuppa self-assigned this Dec 1, 2023
@ghost ghost closed this as completed in e2d0989 Dec 19, 2023
@deepthidevaki deepthidevaki added the version:8.4.0 Label that represents issues released on verions 8.4.0 label Jan 4, 2024
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes an issue or PR as a bug version:8.4.0 Label that represents issues released on verions 8.4.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants