Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Apr 24, 2012
1 parent 0f623a1 commit 07f13df
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion test/Twig/Tests/Fixtures/tags/embed/with_extends.test
Expand Up @@ -9,6 +9,8 @@
{% endblock %}

{% block c2 %}
{{ parent() }}

{% embed "foo.twig" %}
{% block c1 %}
{{ parent() }}
Expand All @@ -22,7 +24,7 @@ A
blockc1base
{% endblock %}
{% block c2 %}
block2base
blockc2base
{% endblock %}
B
--TEMPLATE(foo.twig)--
Expand All @@ -42,6 +44,9 @@ A
blockc1base

blockc1baseextended
blockc2base



A
block1
Expand Down

0 comments on commit 07f13df

Please sign in to comment.