eemeli / yaml

YAML parser and stringifier for JavaScript
https://eemeli.org/yaml
ISC License
1.32k stars 116 forks source link

`tab` incorrectly allowed before block sequence #549

Closed RedCMD closed 5 months ago

RedCMD commented 6 months ago

Describe the bug block-collection, block-sequence there is no separator rule between s-indent and c-sequence-entry

To Reproduce

    -

Expected behaviour an error to be given when there is a tab before a block sequence -

Versions:

Additional context image

eemeli commented 5 months ago

Confirming that this is indeed a bug.