Skip to content
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

Multidimensional array (nested array) not parsed correctly #113

Open
asokani opened this issue Apr 4, 2018 · 1 comment
Open

Multidimensional array (nested array) not parsed correctly #113

asokani opened this issue Apr 4, 2018 · 1 comment
Labels

Comments

@asokani
Copy link

asokani commented Apr 4, 2018

This YAML:

--- 
- - test
  - test1

should be equivalent to this:

--- 
- 
  - test
  - test1

but the first form is parsed as "[- test\n- test1]". It should not be necessary to start a nested sequence with a new line.

@jeremyfa jeremyfa added the bug label Jul 17, 2018
@Logende
Copy link

Logende commented Dec 23, 2018

Any news about the issue?

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

3 participants