Please support YAML Sequence of Scalars at the top level

0 votes
asked Feb 3, 2021 in Wanted features by Martin (8,360 points)
edited Feb 4, 2021 by Martin

I'm pretty sure the following should be valid YAML:

@startyaml
- A
- B
- C
@endyaml

e.g. see "Example 2.1.  Sequence of Scalars" in https://yaml.org/spec/1.2/spec.html

1 Answer

0 votes
answered Feb 4, 2021 by Martin (8,360 points)
Looks supported now - thank you!
...