This repository was archived by the owner on Mar 25, 2024. It is now read-only.
This repository was archived by the owner on Mar 25, 2024. It is now read-only.
Open
Description
trailing commas are ignored already
[ 1, 2, ]
is the same as [ 1, 2 ]
but currently, trailing document separators create an empty document
1
---
2
---
expected: ignore the empty document after 2
so the result is the same as
1
---
2
this would make it easier to generate a stream of yaml documents in a for loop
always using ---
as "end of document" also if there is no next document
Metadata
Metadata
Assignees
Labels
No labels