-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
The following syntax trigger a TemplateSyntaxError
{% if me.number >= 0 %}
// Uncaught exception 'TemplateSyntaxError' with message 'unexpected character in filters : "="
Also using negative value does the same problem
{% if me.number > -1 %}
Uncaught exception 'TemplateSyntaxError' with message 'unexpected character in filters : "-"
Metadata
Metadata
Assignees
Labels
No labels