Skip to content

Fix typo on which YAML values must not be quoted #10173

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

Merged
merged 1 commit into from
Aug 10, 2018

Conversation

B-Galati
Copy link
Contributor

Hello

@weaverryan
Copy link
Member

Hello back ;)

@weaverryan weaverryan merged commit 480954c into symfony:2.8 Aug 10, 2018
weaverryan added a commit that referenced this pull request Aug 10, 2018
This PR was merged into the 2.8 branch.

Discussion
----------

Fix typo on which YAML values must not be quoted

Hello

Commits
-------

480954c Fix typo on which YAML values must not be quoted
@@ -64,7 +64,7 @@ escaped with double quotes:
``\x19``, ``\x1a``, ``\e``, ``\x1c``, ``\x1d``, ``\x1e``, ``\x1f``, ``\N``,
``\_``, ``\L``, ``\P``

Finally, there are other cases when the strings must be quoted, no matter if
Finally, there are other cases when the strings must not be quoted, no matter if
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am afraid there is a misunderstanding here. All the examples below assume that you want them really to be the literal value of your strings. That's why they must be quoted (see the "otherwise" notes after each example).

weaverryan added a commit that referenced this pull request Aug 18, 2018
…(xabbuh)

This PR was merged into the 2.8 branch.

Discussion
----------

Revert "Fix typo on which YAML values must not be quoted"

see #10173 (comment)

Commits
-------

c594a3e Revert "Fix typo on which YAML values must not be quoted"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants