mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-29 05:51:32 +00:00

`check_expr()` did not recurse for all recursive `Expr`s. This PR fixes the problem. Resolves <https://issues.oss-fuzz.com/issues/429130577>.