8000 [YAML] more indentation weirdness · Issue #8093 · symfony/symfony · GitHub
[go: up one dir, main page]

Skip to content

[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

Closed
indeyets opened this issue May 19, 2013 · 3 comments
Closed

[YAML] more indentation weirdness #8093

indeyets opened this issue May 19, 2013 · 3 comments
Labels

Comments

@indeyets
Copy link

this works:

---
test:
  me:
    - tenderly: please
      im: broken

this works too:

---
test:
  me:
  - tenderly: please

this doesn't work:

---
test:
  me:
  - tenderly: please
    im: broken

Symfony\Component\Yaml\Exception\ParseException with message Unable to parse at line 5 (near " im: broken").

@barnabywalters
Copy link

FTR, I am experiencing this issue too. Any idea when the fixes might get pulled?

@dekelev
Copy link
dekelev commented Jun 8, 2013

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.
As for this moment, I still can't make myself available for this, maybe in the next few weeks if this issue has still not been closed.

@dekelev
Copy link
dekelev commented Jun 19, 2013

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.
Sorry that I didn't even had the chance to start contributing this project :) and I wish you the best of luck!

fabpot added a commit that referenced this issue Jan 25, 2015
…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.
@fabpot fabpot closed this as completed Jan 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants
0