Expected Behavior
When trim_block is enabled, if a block ends with +%} this behaviour should be ignored.
Actual Behavior
As reported in previous issues, defining a block this way results in an error and to force new lines right after a block it's required to put two line breaks.
Template Code
When trim_blocks is enabled
{% if something %}X{% endif +%}
more things
Should result in:
Your Environment
- Python version: any
- Jinja version: 2.10.1