-
-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Use single quotes for YAML strings #5935
Labels
actionable
Clear and specific issues ready for anyone to take them.
hasPR
A Pull Request has already been submitted for this issue.
Comments
xabbuh
added
the
actionable
Clear and specific issues ready for anyone to take them.
label
Nov 30, 2015
This was referenced Nov 30, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
actionable
Clear and specific issues ready for anyone to take them.
hasPR
A Pull Request has already been submitted for this issue.
We should make sure to use single quotes for quoted YAML strings. The disadvantage of double quotes is that escape sequences are evaluated in them which can confuse users who are not so familiar with the YAML spec and may lead to unexpected errors/behaviour when blindly using them without properly escaping backslashes.
The text was updated successfully, but these errors were encountered: