{% set content %} block syntax incorrectly transformed into {% set content = %} #66
Open
1 task done
Labels
bug
Something isn't working
Description
set
block syntax is turned into a single-line assignment expression.Expected behavior
The block's content should not be deleted/turned into an assignment expression and should be formated like tags with block syntax (
{% module_attribute "content" %}...{% end_module_attribute %}
).To Reproduce
Original Source Code:
Formatted Source Code:
Additional context
It is also worth noting that is not working, although that has already been implicitly reported here: #27
Checklist
The text was updated successfully, but these errors were encountered: