assert-rs / predicates-rs

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

fix: Report user value #117

Closed epage closed 2 years ago

epage commented 2 years ago

With some predicates, we show the user value (diff) but others do not. This makes it more consistent. We aim to show the user value in leaf predicates and in major adapters.

By leaving things to the leaves, we are able to show the value after its gone through transforms, like UTF-8, or loading a file path.

Fixes #116