removed unneeded usage of spaceless in tests

This commit is contained in:
Fabien Potencier
2019-03-07 08:03:42 +01:00
parent 690f53f98c
commit 1ba7941656
2 changed files with 0 additions and 4 deletions
@@ -8,7 +8,6 @@ block_expr
{{- parent() -}}
{% endblock %}
--TEMPLATE(base.twig)--
{% spaceless %}
{% block element -%}
<div>
{%- if item.children is defined %}
@@ -18,7 +17,6 @@ block_expr
{%- endif -%}
</div>
{%- endblock %}
{% endspaceless %}
--DATA--
return [
'item' => [
@@ -10,7 +10,6 @@ block_expr2
--TEMPLATE(base2.twig)--
{% extends "base.twig" %}
--TEMPLATE(base.twig)--
{% spaceless %}
{% block element -%}
<div>
{%- if item.children is defined %}
@@ -20,7 +19,6 @@ block_expr2
{%- endif -%}
</div>
{%- endblock %}
{% endspaceless %}
--DATA--
return [
'item' => [