mirror of
https://github.com/askama-rs/askama.git
synced 2025-09-28 13:30:59 +00:00

Resolves <https://issues.oss-fuzz.com/issues/433650278>. Also, I noticed that an Unicode escape in a byte literal, e.g. `b'\u{42}'`, was accepted when it should not have been.