You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This, naturally, breaks the regular expression that I am trying to provide in this particular value.
I get the same result if I wrap the values in single-quotes.
If I wrap the values in double quotes, it's a YAML syntax error (unless I escape the slashes myself, in which case, the end result is still the same).
Is there a way I can provide a blackslash to yedit without it being escaped for me?
The text was updated successfully, but these errors were encountered:
Given this YAML passed to yedit:
I end up with the following result:
This, naturally, breaks the regular expression that I am trying to provide in this particular value.
I get the same result if I wrap the values in single-quotes.
If I wrap the values in double quotes, it's a YAML syntax error (unless I escape the slashes myself, in which case, the end result is still the same).
Is there a way I can provide a blackslash to yedit without it being escaped for me?
The text was updated successfully, but these errors were encountered: