-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[YAML] more indentation weirdness #8093
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
Comments
FTR, I am experiencing this issue too. Any idea when the fixes might get pulled? |
I've started debugging this parser behavior, but then caught up with preparations to job interviews which left me no available time to pro
8000
ceed further work on this isuue. |
I've been hired to work in one of Symfony rival company, so due to the obvious conflict of Interest I will cease any further work on Symfony. |
…n. (aitboudad) This PR was merged into the 2.3 branch. Discussion ---------- [Yaml] fixed parse shortcut Key after unindented collection. | Q | A | ------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | Fixed tickets | #13345, #8093, #11019 and #10885 | Tests pass? | yes | License | MIT Commits ------- 58a7426 [Yaml] fixed parse shortcut Key after unindented collection.
this works:
this works too:
this doesn't work:
Symfony\Component\Yaml\Exception\ParseException
with messageUnable to parse at line 5 (near " im: broken").
The text was updated successfully, but these errors were encountered: