assert-rs / predicates-rs

Boolean-valued predicate functions in Rust
docs.rs/predicates
Apache License 2.0
173 stars 29 forks source link

fix(diff): Remove duplicated output #107

Closed epage closed 3 years ago

epage commented 3 years ago

In the tree view, we already show the original and the current value, we shouldnt show an entire Diff that is only parseable by color.

In changing this, we removed the more cosmetic atom selector. We also removed the edit distance, since there isn't a known case for it. Let us know if you needed this!

Fixes #94 Fixes #105