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
I think the fix for :sq is right but I'm less sure about :dq. When I try a very rudimentary print statement at the command line with Perl then passing a double-quoted string with a single backslash omits from the output the character that was escaped.
So we probably want to highlight both the backslash and the immediately following character with the Str::Escape token.
This issue has been automatically marked as stale because it has not had any activity for more than a year. It will be closed if no additional activity occurs within the next 14 days.
If you would like this issue to remain open, please reply and let us know if the issue is still reproducible.
Problem:
I tried adding the following rule as the 3rd rule of states
:sq
and:dq
and it fixes it, but of course IDK if this is the right solution.The text was updated successfully, but these errors were encountered: