mirror of
https://github.com/askama-rs/askama.git
synced 2025-10-01 06:51:15 +00:00
Add test for parenthesized expressions
This commit is contained in:
parent
8bc255bc63
commit
c0d81103c2
@ -22,7 +22,7 @@
|
||||
{% if b ^ c == a + c -%}
|
||||
bxor
|
||||
{%- endif -%}
|
||||
{% if b | c == a + c -%}
|
||||
{% if (b | c) == a + c -%}
|
||||
bor
|
||||
{%- endif -%}
|
||||
{% if a == b && a + b == c -%}
|
||||
|
Loading…
x
Reference in New Issue
Block a user