Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Symfony version(s) affected: 5.2
Description If you parse valid yaml with a space after a quote you will receive the error:
Unexpected characters near " space after the quote" " at line 1 (near "test: "anything with a space after the quote" ").
How to reproduce
Parse any valid yaml that uses quotes for a value and has a space at the end.
Example:
\Symfony\Component\Yaml\Yaml::parse("test: 'a one line quote test' ");
Possible Solution
Additional context
The text was updated successfully, but these errors were encountered:
Thank you for the report. This is already fixed by #39274 which will be part of the next release.
Sorry, something went wrong.
Thank you @xabbuh! Should switching to 5.x-dev give you this update?
5.2-dev should work as well.
No branches or pull requests
Symfony version(s) affected: 5.2
Description
If you parse valid yaml with a space after a quote you will receive the error:
How to reproduce
Parse any valid yaml that uses quotes for a value and has a space at the end.
Example:
Possible Solution
Additional context
The text was updated successfully, but these errors were encountered: