jless icon indicating copy to clipboard operation
jless copied to clipboard

Simple self-referential YAML cannot be parsed.

Open clonezone opened this issue 1 year ago • 0 comments

Start with self-referential.yaml:

--- &1
foo: bar
baz: *1

Try to look at that with v0.9.0:

> jless self-referential.yaml
Unable to parse input: "Unknown YAML parse error"

clonezone avatar Dec 01 '23 15:12 clonezone