mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 05:21:14 +00:00

In macro invocations, the input `i"` was interpreted as the identifier `i`, and the `"` was consumed without being interpreted. This change makes the code not ignore the quotation mark. Resolves <https://issues.oss-fuzz.com/issues/440177293>.