-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Yaml] valid comment crashes #38223
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
Labels
Comments
I am going to look into it. |
xabbuh
added a commit
that referenced
this issue
Sep 18, 2020
This PR was merged into the 3.4 branch. Discussion ---------- [Yaml] fix parsing comments not prefixed by a space | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #38223 | License | MIT | Doc PR | Commits ------- 35b223a fix parsing comments not prefixed by a space
@xabbuh yes, all good 👍 |
@ro0NL Thanks for the confirmation. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Symfony version(s) affected: 5.1
Given e.g.
it crashes with
Unexpected characters near "#'%env(ACCESS_KEY)%'"
(note the quotes aroundliteral
)but is succesfully parses at http://www.yamllint.com/
adding a space before
#
solves it in Symfony, but i was too lazy :)The text was updated successfully, but these errors were encountered: