assert-rs / snapbox

Snapshot testing for a herd of CLI tests
docs.rs/trycmd
Apache License 2.0
138 stars 18 forks source link

feat(snap): Jsonlines support #277

Closed epage closed 7 months ago

epage commented 7 months ago

Looks like ndjson was merged into jsonlines, so went with that.

One difference at one point was allowing blank lines from what I've heard. I'm not seeing it mentioned in jsonlines but went with supporting it.

Part of #92