We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Originally posted by pando85 September 17, 2024 Hello,
I'm using minijinja since 2.0.0 and it is wonderful. But in the last update my program tests where broken because something like this:
#[test] fn test_minijinja() { let vars = context! {}; let new_vars = context! {..vars.clone()}; assert_eq!(vars, new_vars); }
Anyone could guide me about why in minijinja 2.2.0 this worked and now I get an error? Is this an intended behavior? Any workarounds?
Thanks!
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Discussed in #582
Originally posted by pando85 September 17, 2024
Hello,
I'm using minijinja since 2.0.0 and it is wonderful. But in the last update my program tests where broken because something like this:
Anyone could guide me about why in minijinja 2.2.0 this worked and now I get an error? Is this an intended behavior? Any workarounds?
Thanks!
The text was updated successfully, but these errors were encountered: