Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement
assert_matches
with expanded expressions support in match…
… assertions (#5024) * An experiment in more advanced predicates in pattern matches * More friendly pin expressions in comparison report * Use the new assert in a real test * Remove synthetic failing test * Add moduledoc * Rename `exact` to `exactly` * Make standard match bindings not throw unused warnings * Add basic support for ^strict_map() operator * Improve strict map checking to support nesting and better error report * Add checks for more common data types, including serialized time formats * Refactor the macro for a bit better legibility * Reduce code nesting further * Fix documentation definition
- Loading branch information