djc / askama

Type-safe, compiled Jinja-like templates for Rust
Apache License 2.0
3.35k stars 215 forks source link

Correctly handle whitespace character(s) on filter blocks #988

Closed GuillaumeGomez closed 4 months ago

GuillaumeGomez commented 5 months ago

"Funny" bug I encountered: the whitespace characters are not handled correctly.

GuillaumeGomez commented 5 months ago

Fixed and added a ui test for that case.

GuillaumeGomez commented 5 months ago

Fixed the test.

GuillaumeGomez commented 4 months ago

Didn't realize you approved it a while ago. ^^'

Merging!