Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(task): Add format for comparing Values
After upgrading to minijinja 2.3.0, this fails: ``` #[test] fn test_minijinja() { let vars = context! {}; let new_vars = context! {..vars.clone()}; assert_eq!(vars, new_vars); } ``` Signed-off-by: Alexander Gil <[email protected]>
- Loading branch information