Special characters in static inputs should not be escaped #15447
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
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
Hello\n\nYOU!
becomes:
"Hello\\\\n\\\\nYOU!"
To Reproduce
Follow the step in the issue linked above
Expected behavior
Characters should not be escaped
Log/Stacktrace
none
The text was updated successfully, but these errors were encountered: