macro_rules! diff_uv_snapshot {
($filters:expr, $old:expr, $spawnable:expr, @$snapshot:literal) => { ... };
}Expand description
Assert a snapshot of the diff between old and a command’s output.
Returns the command’s snapshot, this is useful for chaining diffs.