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

double_quoted_strings-check issue with escaped character in the string #625

Closed
michalmiddleton opened this issue Feb 3, 2017 · 0 comments
Milestone

Comments

@michalmiddleton
Copy link

I noticed that double_quoted_strings check replaces my strings from double quotes to single quotes even when the string contains escaped character.

Example:
command => "some path with back\\slashes"
is replaced with:
command => 'some path with back\\slashes'

which effectively changing the string result.

binford2k added a commit that referenced this issue Feb 23, 2017
@rodjek rodjek added this to the 2.2.0 milestone Mar 27, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants