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(snapbox): Add wildcard for structured data #209

Closed Muscraft closed 1 year ago

Muscraft commented 1 year ago

This adds support for "{...}" in a structured data array to capture multiple elements.

It adds support for wildcards by splitting the expected output over wildcards; this creates groups for us to process the actual output with. Between these groups, we transform everything into a single wildcard.

closes #133